Reputation: 4000
Devise after updating the password redirects to /secret, instead of to user_root_path... how can i fix this?
Upvotes: 0
Views: 406
Reputation: 10430
...mmmh.... have you set your root?
#routes.rb
root :to => 'home' # or wherever you want...
Upvotes: 1