From ccdd97662e1fb00c23c90d59f65c091904959561 Mon Sep 17 00:00:00 2001 From: Akshay Vishnoi Date: Wed, 11 Jun 2014 23:23:00 +0530 Subject: No need to require to_param, it is already required in to_query.rb --- activesupport/lib/active_support/core_ext/object/conversions.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/object/conversions.rb') 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' -- cgit v1.2.3