Don't modify the params hash
18 Sep 2013
The params hash contains all the data that was submitted from a request. If you modify it, later code won't have access to it. Instead, copy the params hash and modify the copy.
Read More
Tags controller params