class Appsignal::Hooks::DelayedJobHook

def install

def install
  # The DJ plugin is a subclass of Delayed::Plugin, so we can only
  # require this code if we're actually installing.
  require "appsignal/integrations/delayed_job_plugin"
  ::Delayed::Worker.plugins << Appsignal::Integrations::DelayedJobPlugin
end