aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 21:12:54 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:57 -0800
commit9ab528df8db1ad226888f3f99495dddd7ad8f912 (patch)
tree80cc70deebfdaf9383e9dd44d58ba2677baa7fc4 /activesupport/lib/active_support/xml_mini
parent2d233ebdcf0de9e769da52fd289c29a2b0db2c62 (diff)
downloadrails-9ab528df8db1ad226888f3f99495dddd7ad8f912.tar.gz
rails-9ab528df8db1ad226888f3f99495dddd7ad8f912.tar.bz2
rails-9ab528df8db1ad226888f3f99495dddd7ad8f912.zip
nokogiri.rb needs active_support/core_ext/object/blank
Diffstat (limited to 'activesupport/lib/active_support/xml_mini')
-rw-r--r--activesupport/lib/active_support/xml_mini/nokogiri.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/xml_mini/nokogiri.rb b/activesupport/lib/active_support/xml_mini/nokogiri.rb
index e312a0248a..eb61a7fc22 100644
--- a/activesupport/lib/active_support/xml_mini/nokogiri.rb
+++ b/activesupport/lib/active_support/xml_mini/nokogiri.rb
@@ -1,4 +1,5 @@
require 'nokogiri'
+require 'active_support/core_ext/object/blank'
# = XmlMini Nokogiri implementation
module ActiveSupport