看起来你需要设置u.ensure_authentication_token!在创建新用户以生成令牌时.
我错过了什么或者我需要覆盖设计代码吗?
class User < ActiveRecord::Base devise :database_authenticatable,:registerable #...etc before_save :ensure_authentication_token end
这是一个设置authentication_token的设计方法.