Skip to content

Instantly share code, notes, and snippets.

@toddp
Created October 4, 2008 18:20
Show Gist options
  • Save toddp/14788 to your computer and use it in GitHub Desktop.
Save toddp/14788 to your computer and use it in GitHub Desktop.
1)
ActionView::TemplateError in '/reviews/show.html.erb should render attributes in <p>'
undefined local variable or method `edit_object_url' for #<ActionView::Base:0x26ddf4c>
On line #11 of app/views/reviews/show.html.erb
8: <%=h @review.status %>
9: </p>
10:
11: <%= link_to 'Edit', edit_object_url %>
12: |
13: <%= link_to 'Back', collection_url %>
app/views/reviews/show.html.erb:11
spec/views/reviews/show.html.erb_spec.rb:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment