diff options
author | Xavier Noria <fxn@hashref.com> | 2010-01-01 21:12:19 +0100 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-01-01 14:28:57 -0800 |
commit | 2d233ebdcf0de9e769da52fd289c29a2b0db2c62 (patch) | |
tree | 750a45e07ec6c9d2ef7f0d48282f702feee456d6 /activesupport | |
parent | 173f8287604a112d8efcd09572ada09052bd79d2 (diff) | |
download | rails-2d233ebdcf0de9e769da52fd289c29a2b0db2c62.tar.gz rails-2d233ebdcf0de9e769da52fd289c29a2b0db2c62.tar.bz2 rails-2d233ebdcf0de9e769da52fd289c29a2b0db2c62.zip |
libxml.rb needs active_support/core_ext/object/blank
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/xml_mini/libxml.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |