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