ActionDispatch::Http::Parameters
module ActionDispatch::Http::Parameters
Constants
- PARAMETERS_KEY
Public Instance Methods
Returns both GET and POST parameters in a single hash.
# File actionpack/lib/action_dispatch/http/parameters.rb, line 11 def parameters @env["action_dispatch.request.parameters"] ||= begin params =