aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/inherited_job.rb
blob: 60fca66f88d445e9a74903cb7236d2e29a1bbe06 (plain) (blame)
1
2
3
4
5
require_relative "application_job"

class InheritedJob < ApplicationJob
  self.queue_adapter = :inline
end