Method: Devise::Models::Lockable#increment_failed_attempts
- Defined in:
- lib/devise/models/lockable.rb
#increment_failed_attempts ⇒ Object
122 123 124 125 |
# File 'lib/devise/models/lockable.rb', line 122 def increment_failed_attempts self.class.increment_counter(:failed_attempts, id) reload end |