Flowdock
method

enqueue_destroy_association

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Association
enqueue_destroy_association(options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/association.rb, line 335
        def enqueue_destroy_association(options)
          job_class = owner.class.destroy_association_async_job

          if job_class
            owner._after_commit_jobs.push([job_class, options])
          end
        end
Register or log in to add new notes.