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