diff options
-rw-r--r-- | activesupport/lib/active_support/message_encryptor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/message_encryptor.rb b/activesupport/lib/active_support/message_encryptor.rb index 5546934874..24053b4fe5 100644 --- a/activesupport/lib/active_support/message_encryptor.rb +++ b/activesupport/lib/active_support/message_encryptor.rb @@ -53,7 +53,7 @@ module ActiveSupport # First additional parameter is used as the signature key for +MessageVerifier+. # This allows you to specify keys to encrypt and sign data. # - # ActiveSupport::MessageEncryptor.new('secret', 'signature_key') + # ActiveSupport::MessageEncryptor.new('secret', 'signature_secret') # # Options: # * <tt>:cipher</tt> - Cipher to use. Can be any cipher returned by |