Post params

How can I access all the post request to a given controller, regardless
of the parameters. For example would I use @allparams = params[]

Alexander MacCaw wrote:

How can I access all the post request to a given controller, regardless
of the parameters. For example would I use @allparams = params[]

for the record done it with ‘request.raw_post’