method
template_path
template_path()
private
Hide source
# File actionmailer/lib/action_mailer/base.rb, line 595 def template_path File.join(template_root, mailer_name) end