instance method
content_type
Ruby on Rails edge
Since v5.0.7.2Signature
content_type()
Content type of response.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 309
def content_type
super.presence
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 309
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response