ruby 使用设计激活和停用用户(已启用和已禁用)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 使用设计激活和停用用户(已启用和已禁用)相关的知识,希望对你有一定的参考价值。

class User < ActiveRecord::Base
  #this method is called by devise to check for "active" state of the model
  def active_for_authentication?
    #remember to call the super
    #then put our own check to determine "active" state using 
    #our own "is_active" column
    super and self.is_active?
  end
end

以上是关于ruby 使用设计激活和停用用户(已启用和已禁用)的主要内容,如果未能解决你的问题,请参考以下文章

如何为多用户 Java 应用程序设计/保留用户角色(当前和已注册)?

当我的开关行的行值发生变化时,如何启用/禁用我的模式?

linux 网卡开机自动禁用

怎么禁止guest 来宾帐户?

登录界面测试用例设计

请问可以用批处理禁用和启用网络连接吗?