method

template_path

template_path()
private

No documentation available.

# File actionmailer/lib/action_mailer/base.rb, line 430
      def template_path
        "#{template_root}/#{mailer_name}"
      end