gpt4 book ai didi

ruby-on-rails - 嵌套路由中的附加参数

转载 作者:太空宇宙 更新时间:2023-11-03 16:06:28 25 4
gpt4 key购买 nike

我有嵌套资源:

resources :posts do
resources :comments
end

我当前的 link_to 是这样的:

<%= link_to 'Reply', [:new, @post, :comment] %>

导致:

http://example.com/posts/8/comments/new

但我需要这样的链接:

http://example.com/posts/8/comments/new?parent_id=7

如何使用 link_to 来创建该链接?

最佳答案

在我发表评论后作为答案发布:

new_post_comment_path(@post, :parent_id => 7)

关于ruby-on-rails - 嵌套路由中的附加参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12665392/

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