From c88d573739186c344f39a068a6f972804b17efe8 Mon Sep 17 00:00:00 2001 From: Timm Date: Wed, 10 Jul 2013 20:15:22 +0200 Subject: Moved requiring of Loofah from sanitizers.rb to action_view.rb. --- actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionview/lib/action_view') diff --git a/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb b/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb index 21d13412c1..af0aa12349 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb @@ -1,7 +1,6 @@ require 'active_support/core_ext/class/attribute' require 'active_support/deprecation' require 'action_view/helpers/sanitize_helper/permit_scrubber' -require 'loofah' module ActionView class Sanitizer -- cgit v1.2.3