aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-17 15:37:37 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-17 15:37:37 -0300
commit4770b773d01d1e313373ef115da40b70244b6ff7 (patch)
tree03b421450bbc7efc2f2a1d8e4333def46d5162f5
parent87fddba98fb9de7c45340ab747ccc0aa29820a88 (diff)
downloadrails-4770b773d01d1e313373ef115da40b70244b6ff7.tar.gz
rails-4770b773d01d1e313373ef115da40b70244b6ff7.tar.bz2
rails-4770b773d01d1e313373ef115da40b70244b6ff7.zip
Add nodoc to LocalCacheRegistry
[ci skip]
-rw-r--r--activesupport/lib/active_support/cache/strategy/local_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/strategy/local_cache.rb b/activesupport/lib/active_support/cache/strategy/local_cache.rb
index c62afe836c..157053ee4d 100644
--- a/activesupport/lib/active_support/cache/strategy/local_cache.rb
+++ b/activesupport/lib/active_support/cache/strategy/local_cache.rb
@@ -9,7 +9,7 @@ module ActiveSupport
# in-memory cache for faster access.
module LocalCache
# Class for storing and registering the local caches.
- class LocalCacheRegistry
+ class LocalCacheRegistry # :nodoc:
extend ActiveSupport::PerThreadRegistry
def initialize