From 9cecb2db16fc2bde3dd489775d4642a469b9bf53 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 21 Jan 2012 18:47:05 -0200 Subject: 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. --- actionpack/lib/action_view/helpers/csrf_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_view/helpers') 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 -- cgit v1.2.3