gpt4 book ai didi

ruby-on-rails - ROR 3 - 指定特定的 View 文件,忽略应用程序布局

转载 作者:行者123 更新时间:2023-12-04 06:16:30 25 4
gpt4 key购买 nike

我想指定一个特定的 View 文件来渲染,而不是对应于 REST 架构的默认 View 文件,这意味着我想在 Controller 中的“创建”功能之外调用"new" View 文件 - 我相信可以使用:

def create
.
.
render :new
end

但我还需要那个 View 文件来忽略 layouts/application.html.erb 中指定的跨站点布局?有办法吗?

如果它在"new"函数之外,我可以声明“render :layout => false”..但我需要它在“创建”之外

有没有类似的东西:

render :new, layout => false

谢谢!

最佳答案

另一种方式是这样的:

render :template => :new, :layout => false

关于ruby-on-rails - ROR 3 - 指定特定的 View 文件,忽略应用程序布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5607448/

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