method
return_only_media_type_on_content_type=
v6.1.3.1 -
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 89
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 6.2."
)
end