Skip to content

Error with rails 2.3.8 #7

@jdcrackdon

Description

@jdcrackdon

Hi, I have a bug with the plugin when I try to show in the calendar view sale "undefined method` safe_concat '"I work with rails 2.3.8 and ruby 1.8.7. my code is this

<% calendar_for (@ turn) do | t |%> <% = t.head ('mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun')%> <% t.day (: day_method =>: date) do | day, tasks |%> <% = day.day%>
<% tasks.each do | task |%> <% = h (task.name)%>
<% end%> <% end%> <% end%>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions