aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_job/base.rb')
-rw-r--r--lib/active_job/base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/active_job/base.rb b/lib/active_job/base.rb
index 8bddfde09f..e6b02708a1 100644
--- a/lib/active_job/base.rb
+++ b/lib/active_job/base.rb
@@ -11,5 +11,7 @@ module ActiveJob
extend Enqueuing
include Performing
extend Logging
+
+ ActiveSupport.run_load_hooks(:active_job, self)
end
end