class ActiveRecord::DynamicMatchers::FindBy
Attributes
Public Class Methods
# File activerecord/lib/active_record/dynamic_matchers.rb, line 84 def finder "find_by" end
# File activerecord/lib/active_record/dynamic_matchers.rb, line 80 def match?(name) pattern.match?(name) && self end