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