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

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

#find!(*args) ⇒ Object



12
13
14
15
# File 'lib/mongo_mapper/plugins/associations/many_documents_proxy.rb', line 12

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