From e6385a912acf654eb4ea506f48fbea965daf15be Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:39:41 +0100 Subject: hash/conversions.rb needs active_support/core_ext/object/blank because it uses blank? --- activesupport/lib/active_support/core_ext/hash/conversions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb index 35ccec5df4..48fb6050c6 100644 --- a/activesupport/lib/active_support/core_ext/hash/conversions.rb +++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb @@ -1,6 +1,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' class Hash # This module exists to decorate files deserialized using Hash.from_xml with -- cgit v1.2.3