Flowdock
method

params_readable?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ActionDispatch::Http::MimeNegotiation
params_readable?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 165
        def params_readable? # :doc:
          parameters[:format]
        rescue *RESCUABLE_MIME_FORMAT_ERRORS
          false
        end
Register or log in to add new notes.