Method: MongoMapper::Plugins::Associations::ManyDocumentsProxy#last

Defined in:
lib/mongo_mapper/plugins/associations/many_documents_proxy.rb

#last(options = {}) ⇒ Object



29
30
31
# File 'lib/mongo_mapper/plugins/associations/many_documents_proxy.rb', line 29

def last(options={})
  klass.last(scoped_options(options))
end