Ruby on Rails
Sunday, December 27, 2015
this link
<%= link_to('Profile', new_user_profile_path(current_user.id )) %>
launched profiles#new which rendered the form with line 1 being
<%= form_for(@profile) do |f| %>
and cause action::controller to raise:undefined method `profiles_path' for #<#<Class:0xb263fdb4>:
0xb1d2aee0>
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b14381c4-7810-48cc-85ed-4b9dbe55f4b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment