gpt4 book ai didi

ruby-on-rails - ruby on rails redirect_to(:back) not working

转载 作者:行者123 更新时间:2023-12-01 09:10:37 27 4
gpt4 key购买 nike

按照敏捷 Web 开发书中的一些代码,有一种方法可以使用 redirect_to(:back) 重定向回上次查看的页面,但是当我这样做时,它只是返回到它所在的页面。

获得所需结果的最佳方法是什么?难道我做错了什么?我的代码:

def update
@user = current_user
if @user.update_attributes(params[:user])
flash[:notice] = "Successfully updated profile."
redirect_to(:back)
else
render :action => 'edit'
end
end

最佳答案

我认为它的行为 as intended :

:back - Back to the page that issued the request. Useful for forms that are triggered from multiple places.

关于ruby-on-rails - ruby on rails redirect_to(:back) not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1308234/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com