1
0
Fork 0
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:
Xavier Noria 2010-01-01 20:58:58 +01:00 committed by Jeremy Kemper
parent f15313c0c8
commit d26d671e38

View file

@ -1,4 +1,5 @@
require 'openssl'
require 'active_support/base64'
module ActiveSupport
# MessageEncryptor is a simple way to encrypt values which get stored somewhere