Method: MongoMapper::Plugins::Associations::ManyDocumentsProxy#count
- Defined in:
- lib/mongo_mapper/plugins/associations/many_documents_proxy.rb
#count(options = {}) ⇒ Object
33 34 35 |
# File 'lib/mongo_mapper/plugins/associations/many_documents_proxy.rb', line 33 def count(={}) klass.count(()) end |