I’m finding I can’t manipulate the params hash in my controller.
Jose Hales-Garcia wrote:
I’m finding I can’t manipulate the params hash in my controller.
It’s a function that returns a hash, not a global hash. And it’s
probably immutable, as it should be.
Joe