Flowdock
method

set_content_type

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: Mail::Message
set_content_type(*args) public

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/tmail_compat.rb, line 4
    def set_content_type(*args)
      ActiveSupport::Deprecation.warn('Message#set_content_type is deprecated, please just call ' <<
                                      'Message#content_type with the same arguments', caller[0,2])
      content_type(*args)
    end
Register or log in to add new notes.