Hey, I'm currently reading "Agile Web Development" and doing the tutorial (Depot). It says that the naming conventions are that the Controller needs to be singular (even though I found other naming conventions on the net, anybody knows the official naming conventions?) therefore I have a UserController. When I try to test the controller I get this error: NameError: uninitialized constant UsersController right here: assert_redirected_to user_path
Why does it want a UsersController? I thought singular is the way to go? Confused. -- 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

