aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-12-27 23:55:08 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:55 -0800
commit39667c846bbe8dc0b14112d6b1144928bbc0a7a0 (patch)
tree8b58e14a5ce0b8c4cc8436fb3fa408d9c25064da /activesupport/lib/active_support/xml_mini
parenta2595a1f0f066390c5827818417f045b3b042164 (diff)
downloadrails-39667c846bbe8dc0b14112d6b1144928bbc0a7a0.tar.gz
rails-39667c846bbe8dc0b14112d6b1144928bbc0a7a0.tar.bz2
rails-39667c846bbe8dc0b14112d6b1144928bbc0a7a0.zip
make sure returning is available for the libxml extension
Diffstat (limited to 'activesupport/lib/active_support/xml_mini')
-rw-r--r--activesupport/lib/active_support/xml_mini/libxml.rb1
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 67bc81e1a6..231b2a0d0b 100644
--- a/activesupport/lib/active_support/xml_mini/libxml.rb
+++ b/activesupport/lib/active_support/xml_mini/libxml.rb
@@ -1,4 +1,5 @@
require 'libxml'
+require 'active_support/core_ext/object/returning'
# = XmlMini LibXML implementation
module ActiveSupport