From 7f9106d5d996fec22fa8306168c21cc62b75ea9c Mon Sep 17 00:00:00 2001 From: Timm Date: Fri, 13 Sep 2013 17:24:15 +0200 Subject: Now only requiring Loofah in the places where it is needed. --- actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionview/lib/action_view/helpers') diff --git a/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb b/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb index 251820b81b..7ff465ca52 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper/sanitizers.rb @@ -1,6 +1,8 @@ require 'active_support/core_ext/class/attribute' require 'active_support/core_ext/object/blank' require 'active_support/deprecation' + +require 'loofah' require 'action_view/helpers/sanitize_helper/scrubbers' module ActionView -- cgit v1.2.3