I have a listing page, then a form, then a thank you page. I need to put a link on the thank you page that takes the user back to the page they were on before the form which
If use in Controller, you can direct use like this:
def some_action # some code redirect_to :back end