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