Method: Mongoid::Contextual::Mongo#third
- Defined in:
- lib/mongoid/contextual/mongo.rb
#third ⇒ Document | nil
Get the third document in the database for the criteria’s selector.
642 643 644 |
# File 'lib/mongoid/contextual/mongo.rb', line 642 def third retrieve_nth(2) end |