From 7c7a42734406c4f1d402d32ff0b1b916545d0da0 Mon Sep 17 00:00:00 2001 From: Trevor Turk Date: Tue, 2 Apr 2013 18:41:57 -0500 Subject: Rename DummyKeyGenerator -> LegacyKeyGenerator --- activesupport/lib/active_support/key_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/key_generator.rb b/activesupport/lib/active_support/key_generator.rb index 71654dbb87..37124fb7ae 100644 --- a/activesupport/lib/active_support/key_generator.rb +++ b/activesupport/lib/active_support/key_generator.rb @@ -39,7 +39,7 @@ module ActiveSupport end end - class DummyKeyGenerator # :nodoc: + class LegacyKeyGenerator # :nodoc: SECRET_MIN_LENGTH = 30 # Characters def initialize(secret) -- cgit v1.2.3