message_verifier.rb needs active_support/base64

This commit is contained in:
Xavier Noria
2010-01-01 20:59:51 +01:00
committed by Jeremy Kemper
parent d26d671e38
commit 679acfbefd

View File

@@ -1,3 +1,5 @@
require 'active_support/base64'
module ActiveSupport
# MessageVerifier makes it easy to generate and verify messages which are signed
# to prevent tampering.