module OxenJob class Engine < ::Rails::Engine config.active_job do |g| g.queue_adapter = :delayed_job end end end