Class: Harmonize::Models::Mongoid::Log
- Inherits:
-
Object
- Object
- Harmonize::Models::Mongoid::Log
- 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
#created ⇒ Object
22 |
# File 'lib/harmonize/models/mongoid/log.rb', line 22 def created; modifications.created; end |
#destroyed ⇒ Object
24 |
# File 'lib/harmonize/models/mongoid/log.rb', line 24 def destroyed; modifications.destroyed; end |
#errored ⇒ Object
25 |
# File 'lib/harmonize/models/mongoid/log.rb', line 25 def errored; modifications.errored; end |
#updated ⇒ Object
23 |
# File 'lib/harmonize/models/mongoid/log.rb', line 23 def updated; modifications.updated; end |