diff options
author | Carl Lerche <carllerche@mac.com> | 2009-05-26 13:40:58 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2009-05-26 13:40:58 -0700 |
commit | 7dd094329eee01cf9d18e4141226357eb8f75c76 (patch) | |
tree | 2b6eb7460e5e25a0930985f4edff2707e380a14b /actionpack | |
parent | 09907d1b933d202333280fb2efc079f8bf969e16 (diff) | |
download | rails-7dd094329eee01cf9d18e4141226357eb8f75c76.tar.gz rails-7dd094329eee01cf9d18e4141226357eb8f75c76.tar.bz2 rails-7dd094329eee01cf9d18e4141226357eb8f75c76.zip |
Add html-scanner to the new base set of autoloads
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/new_base.rb | 2 |
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' |