From d348c43c1cd6db153410514026a58e2bb2b07095 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 15 Nov 2012 23:01:29 -0200 Subject: Add nodoc to DummyKeyGenerator since it's a private thing --- activesupport/lib/active_support/key_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') 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) -- cgit v1.2.3