gpt4 book ai didi

ruby-on-rails - rails : How to make link_to use another attribute instead of id

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

以下行将创建一个指向 things/:id

的链接
link_to "Thing", @thing

但我需要创建一个指向 things/:some_other_id 的链接。

我的第一个想法是将 /things/:id 的路由更改为 /things/:some_other_id 应该可行,但没有成功。

我需要在不明确指示 some_other_idanother_path 的情况下执行以下操作:

link_to "Thing", another_path(@thing.some_other_id)

最佳答案

好的,我想我找到了解决方案。我需要覆盖默认返回 Thing.idThing.to_param

关于ruby-on-rails - rails : How to make link_to use another attribute instead of id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16980493/

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