Ruby on Rails Thursday, February 6, 2014

Maybe the routes.rb has not been updated with the new resource users.
Once check the routes.rb under config folder in your application and
place "resources :users", if it is missing
Or you can also check the url http://localhost:3000/users/index,
sometimes its problem with scaffolding

--
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+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/5eb901ab142172aac545994d55d98323%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment