From 9036bf82c62d7b9eb211526e7f8ec90ac07fc84b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:53:34 +0100 Subject: to_param.rb needs active_support/core_ext/object/to_query --- activesupport/lib/active_support/core_ext/object/to_param.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib') 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 7ca763cbad..745c4d7dad 100644 --- a/activesupport/lib/active_support/core_ext/object/to_param.rb +++ b/activesupport/lib/active_support/core_ext/object/to_param.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/object/to_query' + class Object # Alias of to_s. def to_param -- cgit v1.2.3