Module: Mongoid::CollectionSnapshot::ClassMethods

Defined in:
lib/mongoid_collection_snapshot.rb

Instance Method Summary collapse

Instance Method Details

#latestObject



22
23
24
# File 'lib/mongoid_collection_snapshot.rb', line 22

def latest
  order_by([[:created_at, :desc]]).first
end