Method: Mongoid::Contextual::Memory#fifth
- Defined in:
- lib/mongoid/contextual/memory.rb
#fifth ⇒ Document
Get the fifth document in the database for the criteria’s selector.
454 455 456 |
# File 'lib/mongoid/contextual/memory.rb', line 454 def fifth eager_load([documents.fifth]).first end |