class ActivePStore::DynamicMatchers::FindBy

Public Class Methods

prefix() click to toggle source
# File lib/active_pstore/dynamic_matchers.rb, line 96
def self.prefix
  'find_by'
end

Public Instance Methods

finder() click to toggle source
# File lib/active_pstore/dynamic_matchers.rb, line 100
def finder
  'find_by'
end