class method
self.destroy_association_async_job
Ruby on Rails 7.0.10
Since v6.1.7.10Specifies the job used to destroy associations in the background
Source
# File activerecord/lib/active_record/core.rb, line 27
class_attribute :destroy_association_async_job, instance_writer: false, instance_predicate: false, default: false
Defined in activerecord/lib/active_record/core.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core