Class: CASinoCore::Model::User

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/casino_core/model/user.rb

Instance Method Summary collapse

Instance Method Details

#active_two_factor_authenticatorObject



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