method

return_only_media_type_on_content_type

return_only_media_type_on_content_type()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 95
    def self.return_only_media_type_on_content_type
      ActiveSupport::Deprecation.warn(
        ".return_only_media_type_on_content_type is dreprecated with no replacement and will be removed in 7.0."
      )
    end