Sha256: 055aa4102d448d1da0e96f6e2c8ad20157a8f7ea520acbf10cd20bd14a69dbac
Contents?: true
Size: 318 Bytes
Versions: 4
Compression:
Stored size: 318 Bytes
Contents
# Support for tagged logging from broadcast logging. # Activesupport::FixPr53105.init # See: https://github.com/rails/rails/pull/53105 module Activesupport module FixPr53105 # @return void def init require_relative "tagged_logging/broadcasting" nil end module_function :init end end
Version data entries
4 entries across 4 versions & 1 rubygems