gpt4 book ai didi

ruby-on-rails - Rails,将变量从 Controller 传递到应用程序布局

转载 作者:行者123 更新时间:2023-12-03 16:19:50 25 4
gpt4 key购买 nike

我有以下几点:

在我的 Controller 中:

  def gettingstarted
@title = "Getting Started"
respond_to do |format|
format.html { render :layout => true, :showLeftNav => false }
end
end

在我的默认应用程序布局文件Layouts/application.html.erb中:

<% showLeftNav = true if local_assigns[:showLeftNav].nil? %>
<body style="<% if showLeftNav == false %>background:none !important;<% end %>">

我是否将 showLeftNav 错误地从 Controller 传递到布局?

最佳答案

为什么不将它定义为像 @title 这样的实例变量?这样您就可以只在 View 中显示它并默认它的值。

关于ruby-on-rails - Rails,将变量从 Controller 传递到应用程序布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4446828/

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