collectiveidea / audited

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

active storage file auditing #508

Open calebtocco opened 5 years ago

calebtocco commented 5 years ago

Auditing with paperclip worked by default due to the database columns on the model associated with the attachment. Is there support for auditing changes (new uploads) to an Active Storage file field.

rails (~> 5.2.1) activestorage (5.2.3)

garyfoster commented 4 years ago

duplicate of this