如果我点击这个网址:http://localhost:3000/reports/action.xlsx
它会显示一个生成的 xlsx 文件。
如果我有link_to
这样的:
<%= link_to 'Export to Excel', reports_affirmative_action_path, :format => :xlsx %>
它会生成一个指向此页面的链接:
http://localhost:3000/reports/action
为什么我的 link_to:format => :xlsx
没有链接到正确的路径?