aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/key_generator.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-15 23:01:29 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-15 23:01:29 -0200
commitd348c43c1cd6db153410514026a58e2bb2b07095 (patch)
tree8326e05d268c25ce1d9bba8db6381a562e02938f /activesupport/lib/active_support/key_generator.rb
parent0803d7a93b4a67340719eedddcc1746414fc2405 (diff)
downloadrails-d348c43c1cd6db153410514026a58e2bb2b07095.tar.gz
rails-d348c43c1cd6db153410514026a58e2bb2b07095.tar.bz2
rails-d348c43c1cd6db153410514026a58e2bb2b07095.zip
Add nodoc to DummyKeyGenerator since it's a private thing
Diffstat (limited to 'activesupport/lib/active_support/key_generator.rb')
-rw-r--r--activesupport/lib/active_support/key_generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/key_generator.rb b/activesupport/lib/active_support/key_generator.rb
index 2c8fccec7d..a79bab816a 100644
--- a/activesupport/lib/active_support/key_generator.rb
+++ b/activesupport/lib/active_support/key_generator.rb
@@ -35,7 +35,7 @@ module ActiveSupport
end
end
- class DummyKeyGenerator
+ class DummyKeyGenerator # :nodoc:
SECRET_MIN_LENGTH = 30 # Characters
def initialize(secret)