最近在弄一个项目,用 devise 做用户登录,但是用户注册好后需要 post 一条 link 给一台服务器做转发动作推送给用户,想问下 devise 的 controller 动作的定制是怎么做的
http://stackoverflow.com/questions/11276672/json-authentication-to-devise
先在# app/config/routes.rb里把devise改道,然后写一个Controller去覆盖他的方法。
https://github.com/ruby-china/ruby-china/blob/master/app/controllers/account_controller.rb
#2 楼 @huobazi 谢谢