gpt4 book ai didi

ruby-on-rails-3 - 导轨 3 显示 404

转载 作者:行者123 更新时间:2023-12-04 07:14:46 26 4
gpt4 key购买 nike

如何渲染 404 人物中没有方法错误#show 错误

编码

def show
@person = Person.find(params[:id])
respond_to do |format|
format.html # show.html.erb
format.xml { render :xml => @person }
end
end

最佳答案

NoMethodError 将在生产模式下呈现 500,但是如果您还想在开发模式下在 header 中呈现 404 状态,您可以执行以下操作:

 redirect_to :status => 404

要呈现标准的 404 页面,您可以查看最佳答案 here.

关于ruby-on-rails-3 - 导轨 3 显示 404,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5385637/

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