From edbf14e77ef26a97b1f7d4c4896f2bba9ffb2c2d Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 25 May 2010 17:48:23 -0300 Subject: [PATCH] We are using symbolize_keys here [#4694] --- actionpack/lib/action_view/helpers/url_helper.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index 74cb448..6dfd0b0 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -1,3 +1,4 @@ +require 'active_support/core_ext/hash' #require 'action_view/helpers/javascript_helper' module ActionView -- 1.7.1