From a9e18df9c2332062be6d3b9938dc94e33d558b89 Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Mon, 13 Feb 2012 23:24:30 +0530 Subject: remove unwanted require for string encoding --- actionpack/lib/action_view/helpers/javascript_helper.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/javascript_helper.rb') diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb index 309923490c..ac9e530f01 100644 --- a/actionpack/lib/action_view/helpers/javascript_helper.rb +++ b/actionpack/lib/action_view/helpers/javascript_helper.rb @@ -1,5 +1,4 @@ require 'action_view/helpers/tag_helper' -require 'active_support/core_ext/string/encoding' module ActionView module Helpers -- cgit v1.2.3