diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-10-10 10:23:41 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-10-10 10:23:41 -0400 |
commit | 8e314160a40c32abeab889777661b1a9bb6ae815 (patch) | |
tree | 8cee49588aad2df1712ea65c02bb2d1b15de4d63 /activesupport/lib | |
parent | 86d1231302f9d993464f0156edc74eb92b517891 (diff) | |
download | rails-8e314160a40c32abeab889777661b1a9bb6ae815.tar.gz rails-8e314160a40c32abeab889777661b1a9bb6ae815.tar.bz2 rails-8e314160a40c32abeab889777661b1a9bb6ae815.zip |
Fix documentation [ci skip]
Diffstat (limited to 'activesupport/lib')
-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 8a1918039c..0cc4f58453 100644 --- a/activesupport/lib/active_support/message_encryptor.rb +++ b/activesupport/lib/active_support/message_encryptor.rb @@ -77,7 +77,7 @@ module ActiveSupport # Though if both the secret and the cipher was changed at the same time, # the above should be combined into: # - # verifier.rotate old_secret, cipher: "aes-256-cbc" + # crypt.rotate old_secret, cipher: "aes-256-cbc" class MessageEncryptor prepend Messages::Rotator::Encryptor |