How add hash parameter to url using redirect_to?
For example:
http://localhost/products/#{page:2}
Use the routing helpers. Assuming you use the resource Product
redirect_to product_url(@product)