4 Commits

Author SHA1 Message Date
Alexander Brandon Coles dd8ead6456 Fix missing copyright notices in app/models 2025-07-22 18:26:13 +01:00
Alexander Brandon Coles d17da65477 Freeze string literals in app/models
rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze app/models
2025-07-22 18:26:13 +01:00
ulferts 635b0776f2 declare custom paper trail version class to be abstract 2025-03-04 11:11:46 +01:00
Oliver Günther 44882643d4 Add on_destroy paper_trail audits (#10876)
* Add on_destroy paper_trail audits

This sets whodunnit through meta override

This ensures we always access the User.current object. It would be a problem if we want to

override whodunnit, but currently this is not the case.

* Add backtrace information for deleted records

* Add cleanup job to remove old audits
2022-06-29 14:02:05 +01:00