method

has_content_type?

rails latest stable - Class: ActionDispatch::Http::MimeNegotiation
has_content_type?()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 49
      def has_content_type? # :nodoc:
        get_header "CONTENT_TYPE"
      end