Module: ActiveSupport::TaggedLogging::LocalTagStorage

Defined in:
lib/active_support/tagged_logging.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#current_tagsObject

Returns the value of attribute current_tags.



74
75
76
# File 'lib/active_support/tagged_logging.rb', line 74

def current_tags
  @current_tags
end

Class Method Details

.extended(base) ⇒ Object



76
77
78
# File 'lib/active_support/tagged_logging.rb', line 76

def self.extended(base)
  base.current_tags = []
end