Method: Devise::Models::Authenticatable#active_for_authentication?
- Defined in:
- lib/devise/models/authenticatable.rb
#active_for_authentication? ⇒ Boolean
89 90 91 |
# File 'lib/devise/models/authenticatable.rb', line 89 def active_for_authentication? true end |