module Devise::Models::Lockable::ClassMethods
def unlock_strategy_enabled?(strategy)
def unlock_strategy_enabled?(strategy) [:both, strategy].include?(self.unlock_strategy) end
def unlock_strategy_enabled?(strategy) [:both, strategy].include?(self.unlock_strategy) end