railsmn / project-schedule-old-obsolete

past/present/future RailsMN
12 stars 4 forks source link

Edit path link typo #14

Closed linkalis closed 11 years ago

linkalis commented 11 years ago

This... <% link_to 'Edit', edit_note_path(note) %>

...should read like this: <%= link_to 'Edit', edit_note_path(@note) %>

westonplatter commented 11 years ago

@linkalis - where are you seeing this? Is it here https://github.com/railsmn/schedule/blame/master/open_camp/session1.md#L606?

westonplatter commented 11 years ago

@linkalis - ah, I now I see what you mean. Fixed via - https://github.com/railsmn/schedule/commit/a9a6d0e773caf41f8db2d17a61d62f6ba9be24a7