From c40c362ec1ac9ec96e92ddb046b67b713a434e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Sun, 11 Aug 2013 23:16:29 +0200 Subject: Load HTML in ActionView not ActionPack HTML Scanner is part of ActionView and it should be loaded along with it --- actionpack/lib/action_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb index 0233937a25..d6b1908ccb 100644 --- a/actionpack/lib/action_controller.rb +++ b/actionpack/lib/action_controller.rb @@ -47,7 +47,6 @@ module ActionController def self.eager_load! super ActionController::Caching.eager_load! - HTML.eager_load! end end -- cgit v1.2.3