From 39667c846bbe8dc0b14112d6b1144928bbc0a7a0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 27 Dec 2009 23:55:08 +0100 Subject: make sure returning is available for the libxml extension --- activesupport/lib/active_support/xml_mini/libxml.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3