aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_encryptor.rb
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-03-15 13:10:11 -0400
committerJon Moss <me@jonathanmoss.me>2017-03-15 13:10:11 -0400
commitbd3f0e706c08481bfe9f87db1f393d8c9be980c2 (patch)
treefcd019973ea2cdb1ed3001b7aa7a560bb1419c22 /activesupport/lib/active_support/message_encryptor.rb
parent886085d6431e4f42191028d05519789f67d32bf8 (diff)
downloadrails-bd3f0e706c08481bfe9f87db1f393d8c9be980c2.tar.gz
rails-bd3f0e706c08481bfe9f87db1f393d8c9be980c2.tar.bz2
rails-bd3f0e706c08481bfe9f87db1f393d8c9be980c2.zip
Tweak 28412
PR was merged before I could finished reviewing :grimacing: [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/message_encryptor.rb')
-rw-r--r--activesupport/lib/active_support/message_encryptor.rb2
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