module Devise::Models::AuthyAuthenticatable::ClassMethods

Public Instance Methods

find_by_authy_id(authy_id) click to toggle source
# File lib/devise-authy/models/authy_authenticatable.rb, line 16
def find_by_authy_id(authy_id)
  where(authy_id: authy_id).first
end