Method: MongoMapper::Plugins::Associations::ManyDocumentsProxy#find

Defined in:
lib/mongo_mapper/plugins/associations/many_documents_proxy.rb

#find(*args) ⇒ Object



7
8
9
10
# File 'lib/mongo_mapper/plugins/associations/many_documents_proxy.rb', line 7

def find(*args)
  options = args.extract_options!
  klass.find(*args << scoped_options(options))
end