gpt4 book ai didi

ruby-on-rails - DRY link_to for current_user

转载 作者:行者123 更新时间:2023-12-04 02:16:15 26 4
gpt4 key购买 nike

如何使用 helper 来 DRY 这段代码?

<% if current_user %>
<%= link_to "All images", images_path %>
<% end %>

谢谢

最佳答案

您可以使用 link_to_if助手:

<%= link_to_if current_user, 'All Images', images_path %>

关于ruby-on-rails - DRY link_to for current_user,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33530099/

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