aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 21:22:20 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:57 -0800
commitabae712213f663b447d49e9b06001cf51e3b5811 (patch)
tree0fe8403916461442a5b082595a0c2b8691105af9 /activesupport/lib/active_support/core_ext
parent9ab528df8db1ad226888f3f99495dddd7ad8f912 (diff)
downloadrails-abae712213f663b447d49e9b06001cf51e3b5811.tar.gz
rails-abae712213f663b447d49e9b06001cf51e3b5811.tar.bz2
rails-abae712213f663b447d49e9b06001cf51e3b5811.zip
fixes a couple of wrong requires
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/object/to_param.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/object/to_param.rb b/activesupport/lib/active_support/core_ext/object/to_param.rb
index 745c4d7dad..49e41e919a 100644
--- a/activesupport/lib/active_support/core_ext/object/to_param.rb
+++ b/activesupport/lib/active_support/core_ext/object/to_param.rb
@@ -1,4 +1,4 @@
-require 'active_support/core_ext/object/to_query'
+
class Object
# Alias of <tt>to_s</tt>.