Method: ActiveSupport::TaggedLogging::LocalTagStorage.extended

Defined in:
activesupport/lib/active_support/tagged_logging.rb

.extended(base) ⇒ Object



111
112
113
# File 'activesupport/lib/active_support/tagged_logging.rb', line 111

def self.extended(base)
  base.tag_stack = TagStack.new
end