Method: MongoDoc::Finders#find_all
- Defined in:
- lib/mongo_doc/finders.rb
#find_all ⇒ Object
Find all Documents in the collections
Person.find_all
20 21 22 |
# File 'lib/mongo_doc/finders.rb', line 20 def find_all criteria end |
Find all Documents in the collections
Person.find_all
20 21 22 |
# File 'lib/mongo_doc/finders.rb', line 20 def find_all criteria end |