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

Resolve error when `has_snapshot_children` has not been defined #20

Closed westonganger closed 2 years ago

westonganger commented 2 years ago

Solves #4

Replaces the work started in #19

westonganger commented 2 years ago

v0.2.4 is now released which contains the fix for this.