Returns both GET and POST parameters in a single hash.
# File action_controller/request.rb, line 288 def parameters @parameters ||= request_parameters.merge(query_parameters).update(path_parameters).with_indifferent_access end
<code/>
<pre/>
<code/>and<pre/>for code samples.