module ActionDispatch::Http::MimeNegotiation

def params_readable?

def params_readable?
  parameters[:format]
rescue *RESCUABLE_MIME_FORMAT_ERRORS
  false
end