How do I redirect back to a page I'm currently on?

后端 未结 6 1789
北荒
北荒 2021-02-12 16:24

In my users photo album page they see photos they have uploaded and each photo has a \'make default\' link on it. When the user clicks make default, then the id of

6条回答
  •  温柔的废话
    2021-02-12 17:15

    This is what you want:

    redirect_to request.referrer
    

    For further reference: http://en.wikipedia.org/wiki/HTTP_referer

提交回复
热议问题