aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 11:59:28 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 11:59:28 -0700
commit5314abed182450dbdcc25ebe601a2bbdf4cb926f (patch)
tree83d98fc8fa038ca525aecf4c4d293ae678ff2e99 /actionpack/lib/action_controller.rb
parent80d1e2778860d1825d749aad274e70e0ea810bc6 (diff)
downloadrails-5314abed182450dbdcc25ebe601a2bbdf4cb926f.tar.gz
rails-5314abed182450dbdcc25ebe601a2bbdf4cb926f.tar.bz2
rails-5314abed182450dbdcc25ebe601a2bbdf4cb926f.zip
Keep ActionMailer using the old layouts code until it gets refactored.
Diffstat (limited to 'actionpack/lib/action_controller.rb')
-rw-r--r--actionpack/lib/action_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb
index 44724fc9cb..8e5e5736ab 100644
--- a/actionpack/lib/action_controller.rb
+++ b/actionpack/lib/action_controller.rb
@@ -42,6 +42,7 @@ module ActionController
end
autoload :HTML, 'action_controller/vendor/html-scanner'
+autoload :AbstractController, 'action_controller/abstract'
require 'action_dispatch'
require 'action_view'