aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/queue_adapter_job.rb
blob: 1c31a60ba2440e7edb9f5a16652e1692d07e8b5f (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class QueueAdapterJob < ActiveJob::Base
  self.queue_adapter = :inline
end