Module: Kingsman::Models::DatabaseAuthenticatable::ClassMethods
- Defined in:
- lib/kingsman/models/database_authenticatable.rb
Instance Method Summary collapse
-
#find_for_database_authentication(conditions) ⇒ Object
We assume this method already gets the sanitized values from the DatabaseAuthenticatable strategy.
Instance Method Details
#find_for_database_authentication(conditions) ⇒ Object
We assume this method already gets the sanitized values from the DatabaseAuthenticatable strategy. If you are using this method on your own, be sure to sanitize the conditions hash to only include the proper fields.
200 201 202 |
# File 'lib/kingsman/models/database_authenticatable.rb', line 200 def find_for_database_authentication(conditions) find_for_authentication(conditions) end |