diff options
author | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-15 16:29:45 -0700 |
---|---|---|
committer | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-15 16:29:45 -0700 |
commit | 19c3495a671c364e0dc76c276efbcd9dc6914c74 (patch) | |
tree | 3e203f99bae6f06953f2956d84110a58420e97d2 /actionmailer | |
parent | 7b1f483fda4fc8e4fc931649364a211a9f9d945f (diff) | |
download | rails-19c3495a671c364e0dc76c276efbcd9dc6914c74.tar.gz rails-19c3495a671c364e0dc76c276efbcd9dc6914c74.tar.bz2 rails-19c3495a671c364e0dc76c276efbcd9dc6914c74.zip |
rm -r controller/base!
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 8054d78a90..b5a0d0ab96 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -1,6 +1,6 @@ require "active_support/core_ext/class" # Use the old layouts until actionmailer gets refactored -require "action_controller/old_base/layout" +require "action_controller/legacy/layout" module ActionMailer #:nodoc: # Action Mailer allows you to send email from your application using a mailer model and views. |