aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/queue_adapter_job.rb
blob: 7058ab2087836dd59a3a21213cca3a5852a234dc (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class QueueAdapterJob < ActiveJob::Base
  self.queue_adapter = :inline
end