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

后端 未结 6 1898
北荒
北荒 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:16

    redirect_to :back worked for me but I want to see if this was the right choice http://api.rubyonrails.org/files/actionpack/lib/action_controller/metal/redirecting_rb.html

提交回复
热议问题