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