aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/conversions.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-11 16:43:49 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-11 16:43:49 -0300
commit168dc1968c13928ce355b77ff0a0bebccfffb55b (patch)
treee550cd8035907b574dfcf132b0763fcff11f37f7 /activesupport/lib/active_support/core_ext/array/conversions.rb
parente7580db1f34eeaf853ac7efa993eeb0902b692b4 (diff)
parentd697ee14264a90a39cdbe87857656d8b314ac9b7 (diff)
downloadrails-168dc1968c13928ce355b77ff0a0bebccfffb55b.tar.gz
rails-168dc1968c13928ce355b77ff0a0bebccfffb55b.tar.bz2
rails-168dc1968c13928ce355b77ff0a0bebccfffb55b.zip
Merge pull request #15650 from kuldeepaggarwal/remove-unecessary-require
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