feat: Trigger an after_commit callback when restoring a record by yoheimuta · Pull Request #559 · rubysherpas/paranoia
Fixes #457 This PR adds a new option called after_restore_commit so that Paranoia triggers a callback after committing to restore a record. The default value is false, so this change won't affe...