Class: ModelsAuditor::AuditRecord

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/models_auditor/audit_record.rb

Constant Summary collapse

ACTION_CREATE =
0
ACTION_UPDATE =
1
ACTION_DESTROY =
2