class method
self.finder
Ruby on Rails 8.1.2
Since v8.1.2Signature
self.finder()
No documentation comment.
Source
# File activerecord/lib/active_record/dynamic_matchers.rb, line 84
def finder
"find_by"
end
Defined in activerecord/lib/active_record/dynamic_matchers.rb line 84
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::DynamicMatchers::FindBy