collectiveidea / audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
MIT License
3.34k stars 645 forks source link

Specify action #707

Open ausangshukla opened 2 months ago

ausangshukla commented 2 months ago

Is there a way to set the action field of the audit.

E.x.

  1. I have places where models are approved
  2. The audit shows action as update
  3. I'd like to override it to show 'approved'

Thanks