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) = args. klass.find(*args << ()) end |