method
return_only_media_type_on_content_type
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Response
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