aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/conversions.rb
diff options
context:
space:
mode:
authorKuldeep Aggarwal <kd.engineer@yahoo.co.in>2014-06-12 01:00:45 +0530
committerKuldeep Aggarwal <kd.engineer@yahoo.co.in>2014-06-12 01:00:45 +0530
commitd697ee14264a90a39cdbe87857656d8b314ac9b7 (patch)
tree31ad6fbca0c08e85a7b4f8a67817b65962bf0776 /activesupport/lib/active_support/core_ext/array/conversions.rb
parent85ba47e3f16b3cbc3adbfc673727db709cc1ba63 (diff)
downloadrails-d697ee14264a90a39cdbe87857656d8b314ac9b7.tar.gz
rails-d697ee14264a90a39cdbe87857656d8b314ac9b7.tar.bz2
rails-d697ee14264a90a39cdbe87857656d8b314ac9b7.zip
remove unnecssary require of `to_param`, as `to_query` is already require `to_param`
Diffstat (limited to 'activesupport/lib/active_support/core_ext/array/conversions.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/array/conversions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/array/conversions.rb b/activesupport/lib/active_support/core_ext/array/conversions.rb
index 76ffd23ed1..6b632022c2 100644
--- a/activesupport/lib/active_support/core_ext/array/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/array/conversions.rb
@@ -1,7 +1,6 @@
require 'active_support/xml_mini'
require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/string/inflections'
-require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
class Array