Quickly Set Param in View

For testing purposes, I just want to set a param value in a view.

But, don’t want to do any links or javascript.

What’s the best to quickly set a param[:x] in the view so I can access
in controller.

you can just add hidden field in html and set the value into the same