aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/lib/action_mailer')
-rw-r--r--actionmailer/lib/action_mailer/base.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index b15c010e83..2da3679206 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -393,6 +393,11 @@ module ActionMailer #:nodoc:
def register_template_extension(extension)
template_extensions << extension
end
+
+ def template_root=(root)
+ write_inheritable_attribute(:template_root, root)
+ ActionView::TemplateFinder.process_view_paths(root)
+ end
end
# Instantiate a new mailer object. If +method_name+ is not +nil+, the mailer