-6ren">
gpt4 book ai didi

ruby-on-rails - Rails 2 - partials : what does @comment = Comment. new 是什么意思?

转载 作者:数据小太阳 更新时间:2023-10-29 07:45:49 26 4
gpt4 key购买 nike

我正在使用以下代码完成教程:

<h3>New Comment</h3>
<%= render :partial => @comment = Comment.new,
:locals => { :button_name => "Create" } %>

我相信 'render :partial => @comment' 的工作方式类似于 'render :partial => "comment", :object => @comment'

' = Comment.new' 放在哪里?它是 :object 的简写吗?

艾伦

最佳答案

在 Ruby 术语中,

@obj = Object.new # returns @obj

因此,您正在渲染部分评论并创建一个可以同时使用的新评论对象。

关于ruby-on-rails - Rails 2 - partials : what does @comment = Comment. new 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3144771/

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