gpt4 book ai didi

ruby-on-rails - 无法创建指向命名路由的链接

转载 作者:行者123 更新时间:2023-12-04 03:43:46 26 4
gpt4 key购买 nike

我想创建一个指向命名路由的链接

我的 routes.db 有以下规则

match '/tablero', to: 'tablero#index',via: 'get' , as: 'tablero_main'

我可以看到使用rake routes的路线

tablero_main GET    /tablero(.:format)            tablero#index

但是当我按如下方式使用 link_to 时,我得到了“未定义的局部变量或方法‘tablero_main’”错误。

<%= link_to "Tablero",tablero_main %>

还有什么我想念的吗?

最佳答案

您需要将 path 附加到方法名称,如下所示:

<%= link_to "Tablero", tablero_main_path %>

关于ruby-on-rails - 无法创建指向命名路由的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25086996/

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