I am working on a rails project that takes user input. I want to be able to show the user values in the url and i am having trouble how to do this.
For example, I retrieve an input "limit"
limit = params[:limit] (where :limit = 10)
And I want the url to be something like this
www.someurl.com/myproject/limit="10" or something