Method: ActiveSupport::Testing::TaggedLogging#tagged_logger=
- Defined in:
- activesupport/lib/active_support/testing/tagged_logging.rb
#tagged_logger=(value) ⇒ Object
:nodoc:
8 9 10 |
# File 'activesupport/lib/active_support/testing/tagged_logging.rb', line 8 def tagged_logger=(value) @tagged_logger = value end |