新手问题 devise 如何把资料和密码更新,改成两个页面

dxwts · December 18, 2013 · Last by dxwts replied at December 18, 2013 · 1996 hits

如标题,我想把资料修改和密码修改用两个页面来做,google 了很久也不知道怎么办。求教各位。

rails g controller accounts show update password
resource :account, :except => [:create, :new] do
    member do
      get :password
      put :password
  end
end

#1 楼 @miclle 感谢回复,不过我不明白您的意思,我直接创建 accounts_controller,直接把 user 取出来修改保存吗?我试试

#2 楼 @dxwts 在 accounts_controller 里直接用 current_user

#3 楼 @miclle 好的谢谢,我试试

You need to Sign in before reply, if you don't have an account, please Sign up first.