aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-01-02 14:21:13 -0800
committerXavier Noria <fxn@hashref.com>2012-01-02 14:21:13 -0800
commite369c4e67f1bc56275960033ed500f12ae70f8a1 (patch)
tree25c31221f3f213f4e42d048934e703b544dfe53f /activesupport/lib/active_support/xml_mini.rb
parent7bdfbac580f7b03953f2aabf610d98c437da376e (diff)
parent4f440a38330deea048e8328431c0984a04a90bfa (diff)
downloadrails-e369c4e67f1bc56275960033ed500f12ae70f8a1.tar.gz
rails-e369c4e67f1bc56275960033ed500f12ae70f8a1.tar.bz2
rails-e369c4e67f1bc56275960033ed500f12ae70f8a1.zip
Merge pull request #4268 from lest/3-2-deprecate-activesupport-base64
fix base64 requires
Diffstat (limited to 'activesupport/lib/active_support/xml_mini.rb')
-rw-r--r--activesupport/lib/active_support/xml_mini.rb1
1 files changed, 1 insertions, 0 deletions
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'