Tweak 28412

PR was merged before I could finished reviewing 😬

[ci skip]
This commit is contained in:
Jon Moss 2017-03-15 13:10:11 -04:00
parent 886085d643
commit bd3f0e706c

@ -53,7 +53,7 @@ class InvalidMessage < StandardError; end
# 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