Guest User

Untitled

a guest
Jan 22nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Started GET "/topics/new" for 10.203.228.119 at 2011-03-30 14:32:54 -0400
  2. Processing by TopicsController#new as HTML
  3. Rendered topics/new.html.erb within layouts/application (0.5ms)
  4. Completed in 4ms
  5.  
  6. ActionView::Template::Error (undefined method `model_name' for NilClass:Class):
  7. 1: <h1>Create a New Topic</h1>
  8. 2:
  9. 3: <%= simple_form_for @topic do |t| %>
  10. 4: <%= t.button :submit %>
  11. 5: <% end %>
  12. app/views/topics/new.html.erb:3:in `_app_views_topics_new_html_erb__1570817854501073108_2177917720_2688844494710646396'
Add Comment
Please, Sign In to add comment