aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-11 23:23:00 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-11 23:23:00 +0530
commitccdd97662e1fb00c23c90d59f65c091904959561 (patch)
treee68dc67d48bf049c5f1b45ea78b0d6a0e9bf03ef /activesupport
parent5505131cc1abeb902149c3c21a1a21eab387efe6 (diff)
downloadrails-ccdd97662e1fb00c23c90d59f65c091904959561.tar.gz
rails-ccdd97662e1fb00c23c90d59f65c091904959561.tar.bz2
rails-ccdd97662e1fb00c23c90d59f65c091904959561.zip
No need to require to_param, it is already required in to_query.rb
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/object/conversions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/object/conversions.rb b/activesupport/lib/active_support/core_ext/object/conversions.rb
index 540f7aadb0..3cd3c88a28 100644
--- a/activesupport/lib/active_support/core_ext/object/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/object/conversions.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/hash/conversions'