From 4f440a38330deea048e8328431c0984a04a90bfa Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Tue, 3 Jan 2012 01:04:03 +0300 Subject: fix base64 requires --- activesupport/lib/active_support/xml_mini.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/xml_mini.rb') diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb index 4df3fd0efa..a4ac1d7041 100644 --- a/activesupport/lib/active_support/xml_mini.rb +++ b/activesupport/lib/active_support/xml_mini.rb @@ -1,4 +1,5 @@ require 'time' +require 'active_support/base64' require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/string/inflections' -- cgit v1.2.3