我使用./script/generate controller the_name create
然后在我看来,我有link_to "Link text", the_name_url
我得到undefined local variable or method 'the_name'
不应该这样吗?
答案 0 :(得分:1)
确保您的代码中没有对the_name(没有url或path)的任何引用。还要确保已为config / routes.rb添加了适当的命名路由。
答案 1 :(得分:0)
好像你没有添加正确的路线。尝试类似:
map.resources :things