Open mvz opened 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.
dependent: :destroy_async
Rails 6.1 introduces the new option
dependent: :destroy_async
(see https://github.com/rails/rails/pull/40157). ActsAsParanoid should handle that somehow.