From 7ba8c9e78ec4400b0c74031eefa035ee0e7514a3 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:41:54 +0100 Subject: hash/conversions.rb needs active_support/core_ext/string/inflections because it uses singularize and a few others --- activesupport/lib/active_support/core_ext/hash/conversions.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb index 48fb6050c6..cfd840fb93 100644 --- a/activesupport/lib/active_support/core_ext/hash/conversions.rb +++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb @@ -2,6 +2,7 @@ require 'active_support/time' require 'active_support/core_ext/array/wrap' require 'active_support/core_ext/hash/reverse_merge' require 'active_support/core_ext/object/blank' +require 'active_support/core_ext/string/inflections' class Hash # This module exists to decorate files deserialized using Hash.from_xml with -- cgit v1.2.3