method

split_content_type

rails latest stable - Class: ActionMailer::OldApi

Method deprecated or moved

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

split_content_type(ct)
protected

No documentation available.

# File actionmailer/lib/action_mailer/old_api.rb, line 241
    def split_content_type(ct)
      ct.to_s.split("/")
    end