method

default_template_format

rails latest stable - Class: ActionMailer::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

default_template_format()
private

No documentation available.

# File actionmailer/lib/action_mailer/base.rb, line 573
      def default_template_format
        if @current_template_content_type
          Mime::Type.lookup(@current_template_content_type).to_sym
        else
          :html
        end
      end