Sha256: 63b796ee6bc997655139bee62c174b78680ef346057a3d50bb5a93045355bdf1

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

# Support for tagged logging from broadcast logging.
#   ActiveSupport::FixPr53105.init
# See: https://github.com/rails/rails/pull/53105
module ActiveSupport
  module FixPr53105
    def init
      require_relative "tagged_logging/broadcasting"
    end
    module_function :init
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-tagged_logging-1.0.0 lib/activesupport/fix_pr_53105.rb