Flowdock
method

default_template_format

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionMailer::Base
default_template_format() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.