parameters()
public
Returns both GET and POST parameters in
a single hash.
# File actionpack/lib/action_controller/request.rb, line 304
def parameters
@parameters ||= request_parameters.merge(query_parameters).update(path_parameters).with_indifferent_access
end