We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf3642 commit 99ec50aCopy full SHA for 99ec50a
1 file changed
features/step_definitions/worker_steps.rb
@@ -10,7 +10,8 @@ def drain_async_jobs
10
active_job.jobs.each do |job|
11
case job['wrapped']
12
when AsyncCreatable::CreateAsyncJob.name, AsyncUpdatable::UpdateAsyncJob.name,
13
- AsyncTouchable::TouchAsyncJob.name, AsyncDestroyable::DestroyAsyncJob.name
+ AsyncTouchable::TouchAsyncJob.name, AsyncDestroyable::DestroyAsyncJob.name,
14
+ ActiveRecord::DestroyAssociationAsyncJob.name
15
active_job.process_job(job)
16
end
17
0 commit comments