Is there some easy way (offered by rails?) for the view to know its own url ? The one that was called to display the page.
I am able to write a helper method that will rebuild the url from the different parameters available for the controller in the params hash. But before programming such method, i was wondering if there is anything standard already.
Thanks