我只想链接到“/资源/企业家精神”而不是“/企业家精神”。下面的代码似乎不起作用,因为我不知道如何正确链接到它。
路线.rb
Project::Application.routes.draw do
root to: 'static_pages#home'
get '/about', to: 'static_pages#about'
get '/resources/entrepreneurship', to: 'static_pages#entrepreneurship'
end
标题
<li><%= link_to "Entrepreneurship", resources/entrepreneurship_path %></li>
当我尝试打开页面时,错误是这样的。“#<#:0x007fd46571a160> 的未定义局部变量或方法‘资源’”