From 64cabcd77ae128b7afe5bc98c83cad84882c9669 Mon Sep 17 00:00:00 2001 From: Alex Kitchens Date: Fri, 24 Jun 2016 15:14:50 -0500 Subject: [ci skip] Add link to method referenced in ActiveSupport::PerThreadRegistry --- activesupport/lib/active_support/per_thread_registry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/per_thread_registry.rb b/activesupport/lib/active_support/per_thread_registry.rb index 88e2b12cc7..18ca951372 100644 --- a/activesupport/lib/active_support/per_thread_registry.rb +++ b/activesupport/lib/active_support/per_thread_registry.rb @@ -1,7 +1,7 @@ require 'active_support/core_ext/module/delegation' module ActiveSupport - # NOTE: This approach has been deprecated for end-user code in favor of thread_mattr_accessor and friends. + # NOTE: This approach has been deprecated for end-user code in favor of {thread_mattr_accessor}[rdoc-ref:Module#thread_mattr_accessor] and friends. # Please use that approach instead. # # This module is used to encapsulate access to thread local variables. -- cgit v1.2.3