class Mongoid::DynamicMatchers::FindBy

Public Class Methods

prefix() click to toggle source
# File lib/mongoid/dynamic_matchers.rb, line 101
def self.prefix
  "find_by"
end

Public Instance Methods

finder() click to toggle source
# File lib/mongoid/dynamic_matchers.rb, line 105
def finder
  "where"
end