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


