Method: MongoMapper::Plugins::Associations::ManyDocumentsProxy#all

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

#all(options = {}) ⇒ Object



21
22
23
# File 'lib/mongo_mapper/plugins/associations/many_documents_proxy.rb', line 21

def all(options={})
  klass.all(scoped_options(options))
end