westonganger / active_snapshot

Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation
MIT License
103 stars 16 forks source link

Snapshots for STI tables not using the subclassed table name #17

Closed PhilT closed 2 years ago

PhilT commented 2 years ago

The snapshot_item is stored correctly with item_type of 'Injury' but the snapshot itself is stored as incident.

PhilT commented 2 years ago

Never mind, I need to do a bit more digging.