Class: Harmonize::Models::Mongoid::Log

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
lib/harmonize/models/mongoid/log.rb

Constant Summary collapse

ModificationOptions =
{ :class_name => "Harmonize::Models::Mongoid::Modification" }

Instance Method Summary collapse

Instance Method Details

#createdObject



22
# File 'lib/harmonize/models/mongoid/log.rb', line 22

def created; modifications.created; end

#destroyedObject



24
# File 'lib/harmonize/models/mongoid/log.rb', line 24

def destroyed; modifications.destroyed; end

#erroredObject



25
# File 'lib/harmonize/models/mongoid/log.rb', line 25

def errored; modifications.errored; end

#updatedObject



23
# File 'lib/harmonize/models/mongoid/log.rb', line 23

def updated; modifications.updated; end