mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Doc fix [ci skip]
This commit is contained in:
parent
929552edba
commit
8a5475cb5f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module ActiveSupport
|
|||
end
|
||||
|
||||
def current_tags
|
||||
# We use our object ID here to void conflicting with other instances
|
||||
# We use our object ID here to avoid conflicting with other instances
|
||||
thread_key = @thread_key ||= "activesupport_tagged_logging_tags:#{object_id}".freeze
|
||||
Thread.current[thread_key] ||= []
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue