method

has_content_type?

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