diff options
author | Trevor Turk <trevorturk@gmail.com> | 2013-04-02 18:41:57 -0500 |
---|---|---|
committer | Trevor Turk <trevorturk@gmail.com> | 2013-04-02 18:41:57 -0500 |
commit | 7c7a42734406c4f1d402d32ff0b1b916545d0da0 (patch) | |
tree | ba62c423748bb0a606a785e6d558999e55718af0 /activesupport | |
parent | c959798571b4060b19712e022f4236d75b2b7cfd (diff) | |
download | rails-7c7a42734406c4f1d402d32ff0b1b916545d0da0.tar.gz rails-7c7a42734406c4f1d402d32ff0b1b916545d0da0.tar.bz2 rails-7c7a42734406c4f1d402d32ff0b1b916545d0da0.zip |
Rename DummyKeyGenerator -> LegacyKeyGenerator
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 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) |