instance method
result
Ruby on Rails 4.2.9
Since v4.0.13 Last seen in v4.2.9Signature
result()
Extended in activerecord-deprecated_finders
Source
# File activerecord/lib/active_record/dynamic_matchers.rb, line 87
def result
"#{finder}(#{attributes_hash})"
end
Defined in activerecord/lib/active_record/dynamic_matchers.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::DynamicMatchers::Finder