Class: RelationalAudit::Audit

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/relational/audit.rb

Instance Method Summary collapse

Instance Method Details

#changesetObject



186
187
188
# File 'lib/relational/audit.rb', line 186

def changeset
  YAML::load(self.entity_changes)
end