From d26d671e389385a1146a2dbbdd334ff0ade8392a Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:58:58 +0100 Subject: message_encriptor.rb needs active_support/base64 --- activesupport/lib/active_support/message_encryptor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/message_encryptor.rb b/activesupport/lib/active_support/message_encryptor.rb index 347af9dc76..51fa626b45 100644 --- a/activesupport/lib/active_support/message_encryptor.rb +++ b/activesupport/lib/active_support/message_encryptor.rb @@ -1,4 +1,5 @@ require 'openssl' +require 'active_support/base64' module ActiveSupport # MessageEncryptor is a simple way to encrypt values which get stored somewhere -- cgit v1.2.3