-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Ruby Drivers
Directly referencing ActiveJob constant in a railtie would cause NameError on Rails apps that do not bundle AJ. It should be wrapped with on_load(:active_job) hook.