Module: Devise::Models::OtpAuthenticatable::ClassMethods
- Defined in:
- lib/devise_otp_authenticatable/models/otp_authenticatable.rb
Instance Method Summary collapse
Instance Method Details
#find_valid_otp_challenge(challenge) ⇒ Object
16 17 18 |
# File 'lib/devise_otp_authenticatable/models/otp_authenticatable.rb', line 16 def find_valid_otp_challenge(challenge) with_valid_otp_challenge(Time.now).where(otp_session_challenge: challenge).first end |