From bd3f0e706c08481bfe9f87db1f393d8c9be980c2 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Wed, 15 Mar 2017 13:10:11 -0400 Subject: Tweak 28412 PR was merged before I could finished reviewing :grimacing: [ci skip] --- activesupport/lib/active_support/message_encryptor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') 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: # * :cipher - Cipher to use. Can be any cipher returned by -- cgit v1.2.3