method
destroy_association_async_job
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Core
destroy_association_async_job()public
The job class used to destroy associations in the background.
# File activerecord/lib/active_record/core.rb, line 26
def self.destroy_association_async_job
if _destroy_association_async_job.is_a?(String)
self._destroy_association_async_job = _destroy_association_async_job.constantize
end
_destroy_association_async_job
rescue NameError => error
raise NameError, "Unable to load destroy_association_async_job: #{error.message}"
end Related methods
- Instance methods
- <=>
- ==
- blank?
- clone
- connection_handler
- dup
- encode_with
- eql?
- freeze
- frozen?
- full_inspect
- hash
- init_attributes
- init_with
- init_with_attributes
- initialize_dup
- inspect
- present?
- pretty_print
- readonly!
- readonly?
- slice
- strict_loading!
- strict_loading?
- strict_loading_all?
- strict_loading_n_plus_one_only?
- values_at
- Class methods
- application_record_class?
- asynchronous_queries_session
- asynchronous_queries_tracker
- configurations
- configurations=
- connected_to_stack
- connection_class
- connection_class=
- connection_class?
- connection_class_for_self
- connection_handler
- connection_handler=
- current_preventing_writes
- current_role
- current_shard
- destroy_association_async_job
- new
- preventing_writes?
- strict_loading_violation!
- Private methods
-
all_attributes_for_inspect -
attributes_for_inspect -
custom_inspect_method_defined? -
init_internals -
initialize_internals_callback -
inspect_with_attributes -
inspection_filter -
to_ary