aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-01-21 18:47:05 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-01-21 18:47:06 -0200
commit9cecb2db16fc2bde3dd489775d4642a469b9bf53 (patch)
tree89531045f844d98def9cc512db0634617856fd72 /actionpack/lib/action_view
parentc05f3b0e4f6c5b2b350828e5e3cf9d0b1146562f (diff)
downloadrails-9cecb2db16fc2bde3dd489775d4642a469b9bf53.tar.gz
rails-9cecb2db16fc2bde3dd489775d4642a469b9bf53.tar.bz2
rails-9cecb2db16fc2bde3dd489775d4642a469b9bf53.zip
Remove not used requires from csrf helper file and test
These requires were added in a87b92d and the implementation changed in 2cdc1f0, removing the need for them.
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/csrf_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/csrf_helper.rb b/actionpack/lib/action_view/helpers/csrf_helper.rb
index 1f2bc28cac..eeb0ed94b9 100644
--- a/actionpack/lib/action_view/helpers/csrf_helper.rb
+++ b/actionpack/lib/action_view/helpers/csrf_helper.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/string/strip'
-
module ActionView
# = Action View CSRF Helper
module Helpers