mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ActiveJob] require files in logging.rb
This commit is contained in:
parent
299d1f2626
commit
fdc7dbc5b2
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
require 'active_support/core_ext/string/filters'
|
||||
require 'active_support/tagged_logging'
|
||||
require 'active_support/logger'
|
||||
|
||||
module ActiveJob
|
||||
module Logging
|
||||
|
|
Loading…
Reference in a new issue