aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/conversions.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-10-09 21:55:43 +0200
committerXavier Noria <fxn@hashref.com>2012-10-09 21:55:43 +0200
commit0787cea3bb5e6f2c216e71090732bc55ee03c7dc (patch)
treec1c258d732b54b5928b30dde09c2f4364582e8ce /activesupport/lib/active_support/core_ext/hash/conversions.rb
parent3395633a5045fce1f9a9d25f86ba897491874d15 (diff)
downloadrails-0787cea3bb5e6f2c216e71090732bc55ee03c7dc.tar.gz
rails-0787cea3bb5e6f2c216e71090732bc55ee03c7dc.tar.bz2
rails-0787cea3bb5e6f2c216e71090732bc55ee03c7dc.zip
let (array|hash)/conversions.rb load the extensions in object/to_(param|query).rb
Diffstat (limited to 'activesupport/lib/active_support/core_ext/hash/conversions.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/conversions.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb
index 5ba8197006..828f03ad62 100644
--- a/activesupport/lib/active_support/core_ext/hash/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb
@@ -1,8 +1,10 @@
require 'active_support/xml_mini'
require 'active_support/time'
+require 'active_support/core_ext/object/blank'
+require 'active_support/core_ext/object/to_param'
+require 'active_support/core_ext/object/to_query'
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