diff --git a/templates/active_job.rb b/templates/active_job.rb index 99e1ecfb2..ce7cbd7c2 100644 --- a/templates/active_job.rb +++ b/templates/active_job.rb @@ -1,4 +1,5 @@ require "active_job/logging" +require "active_job/log_subscriber" ActiveSupport::Notifications.unsubscribe("enqueue.active_job")