Method: Authlogic::ActsAsAuthentic::Queries::FindWithCase#execute

Defined in:
lib/authlogic/acts_as_authentic/queries/find_with_case.rb

#executeObject

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.



31
32
33
# File 'lib/authlogic/acts_as_authentic/queries/find_with_case.rb', line 31

def execute
  @model_class.where(comparison).first
end