module
ActionDispatch::Http::Parameters
v5.0.0.1 -
Show latest stable
No documentation available for this module.
Constants
DEFAULT_PARSERS = {\nMime[:json].symbol => -> (raw_post) {\ndata = ActiveSupport::JSON.decode(raw_post)\ndata.is_a?(Hash) ? data : {:_json => data}\n}\n}
PARAMETERS_KEY = 'action_dispatch.request.path_parameters'
Attributes
| [R] | parameter_parsers |
Files
- actionpack/lib/action_dispatch/http/parameters.rb