ActsAsParanoid / acts_as_paranoid

ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
MIT License
1.47k stars 192 forks source link

Handle new dependent: :destroy_async #192

Open mvz opened 3 years ago

mvz commented 3 years ago

Rails 6.1 introduces the new option dependent: :destroy_async (see https://github.com/rails/rails/pull/40157). ActsAsParanoid should handle that somehow.