gpt4 book ai didi

ruby-on-rails - 在 rails 中显示第一条记录

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

假设我有一个评论模型和一个帖子模型,

我可以在 View 中使用什么代码来显示所链接帖子的第一条评论?

最佳答案

假设:

post = Post.find(params[:id])

和 post 模型包含:

has_many :comments

然后你可以:

comments = post.comments
first_comment = comments.first

关于ruby-on-rails - 在 rails 中显示第一条记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1347741/

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