Source: show | on GitHub
# File activerecord/lib/active_record/dynamic_matchers.rb, line 100 def finder "find_by!" end
# File activerecord/lib/active_record/dynamic_matchers.rb, line 96 def match?(name) pattern.match?(name) && self end