# File lib/devise/models/lockable.rb, line 152 def unlock_strategy_enabled?(strategy) [:both, strategy].include?(self.unlock_strategy) end