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 [email protected].
To post to this group, send email to [email protected].
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.

Reply via email to