I'm learning with routing in rails from :
http://guides.rubyonrails.org/routing.html
and I have first code : resources :users
and last code:          resources :users, :only => [:index, :show]
and have error :
undefined method `edit_user_path' for #<#<Class:0x2d9d068>:0x53dacb0>
can you help me this problem?

-- 
Posted via http://www.ruby-forum.com/.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to