1
0
Fork 0
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:
Sushruth Sivaramakrishnan 2015-03-05 11:32:51 +05:30
parent 929552edba
commit 8a5475cb5f

View file

@ -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