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