method
has_content_type?
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Http::MimeNegotiation
has_content_type?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 32
def has_content_type?
has_header? 'CONTENT_TYPE'
end