method
params_readable?
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Http::MimeNegotiation
params_readable?()private
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 165
def params_readable? # :doc:
parameters[:format]
rescue *RESCUABLE_MIME_FORMAT_ERRORS
false
end