Devise after updating the password redirects to /secret, instead of to user_root_path.开发者_运维技巧.. how can i fix this?
...mmmh.... have you set your root?
#routes.rb
root :to => 'home' # or wherever you want...
Devise after updating the password redirects to /secret, instead of to user_root_path.开发者_运维技巧.. how can i fix this?
...mmmh.... have you set your root?
#routes.rb
root :to => 'home' # or wherever you want...
精彩评论