我的路线是:
match /:kategoris/:id => konkurrancers#show , :as => konkurrance
match /:id => kategoris#show
我正在使用友好的ur。
我的道路是完美的。
问题在于我知道我如何与他们联系:
我从根本上认为:
<% @konkurrencer.each do |vind| %>
<li><%= vind.name %></li>
<li><%= link to "vind.name", konkurrance_path(vind.cached_slug) %></li>
<% end %>
我有以下错误:
No route matches {:controller=>"konkurrancers", :action=>"show", :kategoris=>"horoskoptesten-hvad-siger-stjernerne-om-dig"
horoskoptesten-hvad-siger-stjernerne-om-dig is a konkurrance
Instead I would like the link to be: {:controller=>"konkurrancers", :action=>"show", :kategoris => "vind-rejse" :id=>"horoskoptesten-hvad-siger-stjernerne-om-dig">