How can I access all the post request to a given controller, regardless of the parameters. For example would I use @allparams = params[] -- Posted via http://www.ruby-forum.com/.
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'' -- Posted via http://www.ruby-forum.com/.