开发者

devise password update

开发者 https://www.devze.com 2023-02-06 11:54 出处:网络
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?

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...
0

精彩评论

暂无评论...
验证码 换一张
取 消