aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-05-26 13:40:58 -0700
committerCarl Lerche <carllerche@mac.com>2009-05-26 13:40:58 -0700
commit7dd094329eee01cf9d18e4141226357eb8f75c76 (patch)
tree2b6eb7460e5e25a0930985f4edff2707e380a14b
parent09907d1b933d202333280fb2efc079f8bf969e16 (diff)
downloadrails-7dd094329eee01cf9d18e4141226357eb8f75c76.tar.gz
rails-7dd094329eee01cf9d18e4141226357eb8f75c76.tar.bz2
rails-7dd094329eee01cf9d18e4141226357eb8f75c76.zip
Add html-scanner to the new base set of autoloads
-rw-r--r--actionpack/lib/action_controller/new_base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/new_base.rb b/actionpack/lib/action_controller/new_base.rb
index 276be50614..e9e89769f1 100644
--- a/actionpack/lib/action_controller/new_base.rb
+++ b/actionpack/lib/action_controller/new_base.rb
@@ -40,5 +40,7 @@ module ActionController
require 'action_controller/routing'
end
+autoload :HTML, 'action_controller/vendor/html-scanner'
+
require 'action_dispatch'
require 'action_view'