我似乎无法弄清楚如何在不破坏路线的情况下将参数传递给 show 动作。我正在尝试这个:
<%= link_to image_tag('excell.jpg'), affiliate_path(id: @affiliate.id, format: 'xls') %>
但我得到这个错误:
No route matches {:action=>"show", :controller=>"affiliates", :id=>nil, :format=>"xls"}
为什么id没有通过?