diff options
-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 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 |