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

Provide a way to rebuild data with missing create audit #681

Open mcyoung opened 10 months ago

mcyoung commented 10 months ago

After discovering issue https://github.com/collectiveidea/audited/issues/680, this provides a starting point to discuss rebuilding data for attributes when there's a missing create audit.