aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-12-03 10:23:43 -0600
committerJeremy Kemper <jeremy@bitsweat.net>2008-12-03 10:23:43 -0600
commit3db59ce0dc91b73e106957dcf252bbae31679dfc (patch)
treee0c09d57cfb69960f750907ae0d30e323cbafd94
parentf54ae9a9976ec6b4ec228a535edd9b32cc60c43d (diff)
downloadrails-3db59ce0dc91b73e106957dcf252bbae31679dfc.tar.gz
rails-3db59ce0dc91b73e106957dcf252bbae31679dfc.tar.bz2
rails-3db59ce0dc91b73e106957dcf252bbae31679dfc.zip
Unnecessary CGI require
-rw-r--r--actionpack/lib/action_view/helpers/tag_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb
index 1c8d2db183..2bdd960f4c 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -1,4 +1,3 @@
-require 'cgi'
require 'erb'
require 'set'