diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-15 23:01:29 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-15 23:01:29 -0200 |
commit | d348c43c1cd6db153410514026a58e2bb2b07095 (patch) | |
tree | 8326e05d268c25ce1d9bba8db6381a562e02938f /activesupport | |
parent | 0803d7a93b4a67340719eedddcc1746414fc2405 (diff) | |
download | rails-d348c43c1cd6db153410514026a58e2bb2b07095.tar.gz rails-d348c43c1cd6db153410514026a58e2bb2b07095.tar.bz2 rails-d348c43c1cd6db153410514026a58e2bb2b07095.zip |
Add nodoc to DummyKeyGenerator since it's a private thing
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/key_generator.rb | 2 |
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) |