aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/conversions.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:41:54 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:55 -0800
commit7ba8c9e78ec4400b0c74031eefa035ee0e7514a3 (patch)
tree250d999b69812a0b87221075199a16db7f0d25e1 /activesupport/lib/active_support/core_ext/hash/conversions.rb
parente6385a912acf654eb4ea506f48fbea965daf15be (diff)
downloadrails-7ba8c9e78ec4400b0c74031eefa035ee0e7514a3.tar.gz
rails-7ba8c9e78ec4400b0c74031eefa035ee0e7514a3.tar.bz2
rails-7ba8c9e78ec4400b0c74031eefa035ee0e7514a3.zip
hash/conversions.rb needs active_support/core_ext/string/inflections because it uses singularize and a few others
Diffstat (limited to 'activesupport/lib/active_support/core_ext/hash/conversions.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/conversions.rb1
1 files changed, 1 insertions, 0 deletions
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