Rails更新用户没有当前密码

时间:2013-12-01 15:21:26

标签: ruby-on-rails devise

我在SO上阅读了以下页面和其他问题(主要是在这里引导或稍微改变一下)

https://github.com/plataformatec/devise/wiki/How-To%3a-Allow-users-to-edit-their-account-without-providing-a-password

好的,我知道我可以覆盖' update_with_password',我可以更改它,问题是在它之后它将用户注销并描述了

sign_in @user, :bypass => true
redirect_to after_update_path_for(@user)

技术不起作用! 如果我不签到它只是将我重定向到403,如果我这样做,它说

undefined method `after_update_path_for' for #<AdminsController:0x00000005ab20e8>

此外,如果我重定向说,静态网址,它说我有双重定位

0 个答案:

没有答案