mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
message_encriptor.rb needs active_support/base64
This commit is contained in:
parent
f15313c0c8
commit
d26d671e38
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'openssl'
|
||||
require 'active_support/base64'
|
||||
|
||||
module ActiveSupport
|
||||
# MessageEncryptor is a simple way to encrypt values which get stored somewhere
|
||||
|
|
Loading…
Reference in a new issue