Class: RelationalAudit::Audit
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- RelationalAudit::Audit
- Defined in:
- lib/relational/audit.rb
Instance Method Summary collapse
Instance Method Details
#changeset ⇒ Object
186 187 188 |
# File 'lib/relational/audit.rb', line 186 def changeset YAML::load(self.entity_changes) end |