aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorAlex Kitchens <alexcameron98@gmail.com>2016-06-24 15:14:50 -0500
committerAlex Kitchens <alexcameron98@gmail.com>2016-06-24 15:14:50 -0500
commit64cabcd77ae128b7afe5bc98c83cad84882c9669 (patch)
tree4d2e9cdfdccbfd2a41209c2c673fb0507edd3b4c /activesupport/lib/active_support
parent3b72975dba4f4e52398358f831c01a8cb564fefa (diff)
downloadrails-64cabcd77ae128b7afe5bc98c83cad84882c9669.tar.gz
rails-64cabcd77ae128b7afe5bc98c83cad84882c9669.tar.bz2
rails-64cabcd77ae128b7afe5bc98c83cad84882c9669.zip
[ci skip] Add link to method referenced in ActiveSupport::PerThreadRegistry
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/per_thread_registry.rb2
1 files changed, 1 insertions, 1 deletions
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.