Add html-scanner to the new base set of autoloads

This commit is contained in:
Carl Lerche
2009-05-26 13:40:58 -07:00
parent 09907d1b93
commit 7dd094329e

View File

@@ -40,5 +40,7 @@ module ActionController
require 'action_controller/routing'
end
autoload :HTML, 'action_controller/vendor/html-scanner'
require 'action_dispatch'
require 'action_view'