gpt4 book ai didi

ruby-on-rails - Rails link_to :format => :xlsx not generating link to . xlsx 路径

转载 作者:数据小太阳 更新时间:2023-10-29 06:29:07 27 4
gpt4 key购买 nike

如果我点击这个 url: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

为什么我使用 :format => :xlsx 的 link_to 没有链接到正确的路径?

最佳答案

您的 link_topath 略有偏差。你要

<%= link_to('Export to Excel', reports_affirmative_action_path(format: :xlsx)) %>

格式是 path 助手的参数,而不是 link_to

关于ruby-on-rails - Rails link_to :format => :xlsx not generating link to . xlsx 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16043702/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com