Class: CASinoCore::Model::User
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- CASinoCore::Model::User
- Defined in:
- lib/casino_core/model/user.rb
Instance Method Summary collapse
Instance Method Details
#active_two_factor_authenticator ⇒ Object
10 11 12 |
# File 'lib/casino_core/model/user.rb', line 10 def active_two_factor_authenticator self.two_factor_authenticators.where(active: true).first end |