You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to trigger not only on destroy, but also when calling recover on a freshly destroyed record. This seems to only be an issue if you call destroy and then recover on the same instance without re-finding in db. I suspect that the after_commit on: :destroy probably fires on any other save calls that happen after initial destroy code.
The text was updated successfully, but these errors were encountered:
Using:
Seems to trigger not only on destroy, but also when calling
recover
on a freshly destroyed record. This seems to only be an issue if you calldestroy
and thenrecover
on the same instance without re-finding in db. I suspect that theafter_commit on: :destroy
probably fires on any other save calls that happen after initial destroy code.The text was updated successfully, but these errors were encountered: