method
template_path
v2.2.1 -
Show latest stable
- Class:
ActionMailer::Base
template_path()private
No documentation available.
# File actionmailer/lib/action_mailer/base.rb, line 586
def template_path
"#{template_root}/#{mailer_name}"
end