The "devise_for :users" should go before your "resources :users"
The problem is most likely occurring because you have mixed references to your users controller and the devise registrations controller. Without seeing your code it's impossible to determine exactly where the problem is. Does your "create new user" link go to new_user_registration_path? It should. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/gLx4Elmq_QoJ. 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.

