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
Rails 6.1 introduces the new option dependent: :destroy_async (see rails/rails#40157). When using Paranoia, the associations are soft deleted in the background job as they should be but are not restored properly.
The text was updated successfully, but these errors were encountered:
Rails 6.1 introduces the new option
dependent: :destroy_async
(see rails/rails#40157). When using Paranoia, the associations are soft deleted in the background job as they should be but are not restored properly.The text was updated successfully, but these errors were encountered: