Skip to content

New `snapshot_on_deletion` feature!

Compare
Choose a tag to compare
@smudge smudge released this 13 Oct 17:48
· 3 commits to master since this release
dd4adb8

This adds a new config that will enable snapshots by default for all delete actions.

Journaled::AuditLog.snapshot_on_deletion = true

Since changes will be empty on deletion, you should consider using this if you care about the contents of any records being deleted (and/or don't have a full audit trail from their time of creation).