aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/javascript_helper.rb
diff options
context:
space:
mode:
authorVishnu Atrai <me@vishnuatrai.com>2012-02-13 23:24:30 +0530
committerVishnu Atrai <me@vishnuatrai.com>2012-02-13 23:24:30 +0530
commita9e18df9c2332062be6d3b9938dc94e33d558b89 (patch)
treec3e64be2f4e4860f2299f451ae5595512f004083 /actionpack/lib/action_view/helpers/javascript_helper.rb
parent3a5a01f7f6af2456acab1b662f618f326002ee5f (diff)
downloadrails-a9e18df9c2332062be6d3b9938dc94e33d558b89.tar.gz
rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.tar.bz2
rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.zip
remove unwanted require for string encoding
Diffstat (limited to 'actionpack/lib/action_view/helpers/javascript_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/javascript_helper.rb1
1 files changed, 0 insertions, 1 deletions
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