gpt4 book ai didi

ruby-on-rails-3 - 导轨 : Content_for in partial

转载 作者:行者123 更新时间:2023-12-03 00:52:27 26 4
gpt4 key购买 nike

我的布局中有这样的东西

...
<%= yield :test %>
...
<%= render :partial => 'user/bar' %>

在 user/bar.html.erb 中我有

<% content_for :test do %>
stuff
<% end %>

这似乎不起作用。我发现 yield :test 在部分之前执行,但在执行操作 View 之后执行。为什么会这样以及我能做什么?

最佳答案

语法content_for :test do ... end捕获 block 的内容,content_for :test给出捕获的 block 。 doc for content_for .

在您的代码中,恢复是在捕获之前完成的,因此它无法工作。

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

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