1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Move require active_support/core_ext/string/filters to

`active_job/log_subscriber` from `active_job/logging`
This commit is contained in:
Akshay Birajdar 2020-09-23 23:09:06 +05:30
parent 5abe09bba7
commit b314ab555e
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/core_ext/string/filters"
require "active_support/log_subscriber" require "active_support/log_subscriber"
module ActiveJob module ActiveJob

View file

@ -1,6 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/core_ext/string/filters"
require "active_support/tagged_logging" require "active_support/tagged_logging"
require "active_support/logger" require "active_support/logger"