From 2d233ebdcf0de9e769da52fd289c29a2b0db2c62 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 21:12:19 +0100 Subject: libxml.rb needs active_support/core_ext/object/blank --- activesupport/lib/active_support/xml_mini/libxml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/xml_mini/libxml.rb') diff --git a/activesupport/lib/active_support/xml_mini/libxml.rb b/activesupport/lib/active_support/xml_mini/libxml.rb index 231b2a0d0b..9cf187302f 100644 --- a/activesupport/lib/active_support/xml_mini/libxml.rb +++ b/activesupport/lib/active_support/xml_mini/libxml.rb @@ -1,5 +1,6 @@ require 'libxml' require 'active_support/core_ext/object/returning' +require 'active_support/core_ext/object/blank' # = XmlMini LibXML implementation module ActiveSupport -- cgit v1.2.3