Method: Mongoid::Contextual::Memory#fifth

Defined in:
lib/mongoid/contextual/memory.rb

#fifthDocument

Get the fifth document in the database for the criteria’s selector.

Examples:

Get the fifth document.

context.fifth

Returns:



454
455
456
# File 'lib/mongoid/contextual/memory.rb', line 454

def fifth
  eager_load([documents.fifth]).first
end