Class: Mongoid::Criteria
- Inherits:
-
Object
- Object
- Mongoid::Criteria
- Defined in:
- lib/mongoid/collection_separatable/monkey_patches.rb
Overview
The Criteria class is the core object needed in Mongoid to retrieve objects from the database. It is a DSL that essentially sets up the selector and options arguments that get passed on to a Mongo::Collection in the Ruby driver. Each method on the Criteria returns self to they can be chained in order to create a readable criterion to be executed against the database.
Instance Method Summary collapse
Instance Method Details
#ensured_collection ⇒ Object
90 91 92 |
# File 'lib/mongoid/collection_separatable/monkey_patches.rb', line 90 def ensured_collection context.collection end |