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