class ActiveRecord::DynamicMatchers::FindBy
Public Class Methods
prefix()
click to toggle source
# File lib/active_record/dynamic_matchers.rb, line 96 def self.prefix "find_by" end
Public Instance Methods
finder()
click to toggle source
# File lib/active_record/dynamic_matchers.rb, line 100 def finder "find_by" end