阅读背景:

Cancan - 当用户限制在某些网站时,新表单会失败

来源:互联网 

I have users

我有用户

class User < ActiveRecord::Base
  devise :database_authenticatable,
         :recoverable, :rememberable, :trackable, :validatable


  attr_accessible :email, :password, :password_confirmation,
                  :remember_me, :site_id, :role_name

  belongs_to :site

end
class User < ActiveRecord



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: