Method: Authlogic::ActsAsAuthentic::Queries::FindWithCase#execute
- Defined in:
- lib/authlogic/acts_as_authentic/queries/find_with_case.rb
#execute ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
36 37 38 |
# File 'lib/authlogic/acts_as_authentic/queries/find_with_case.rb', line 36 def execute @model_class.where(comparison).first end |