Hello everyone, I've been using RoR for awhile now, but I'm new to Rails 3... I'm trying to follow a tutorial that creates a registration page that creates a user. Simple enough, right? When I go to server:3000/user/register, it comes up with my registration page fine. However, when I submit it (form_for :user) it complains that my route (user/register) does not exist... Not quite sure whats going on... In routes.rb, I have 'get "user/register"' listed.
Can anyone clarify what I might be doing wrong? Thanks, - Jeff -- 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.

