Methods
Class Public methods
prefix()
Source:
# File activerecord/lib/active_record/dynamic_matchers.rb, line 109
def self.prefix
"find_by"
end
suffix()
Source:
# File activerecord/lib/active_record/dynamic_matchers.rb, line 113
def self.suffix
"!"
end