gpt4 book ai didi

ruby-on-rails - 如何为 Rails 路线添加 ID 别名?

转载 作者:行者123 更新时间:2023-12-02 04:03:35 27 4
gpt4 key购买 nike

我有这些路线:

get '/welcome', to: redirect('/welcome/1')
get 'welcome/:id' => 'users#welcome'

重定向路由执行 301 到/welcome/1。

我希望它只执行 id 为 1 的 users#welcome,而不是进行重定向。

我该怎么做?

最佳答案

您需要:

get 'welcome', to: 'users#welcome', defaults: { id: 1 }

关于ruby-on-rails - 如何为 Rails 路线添加 ID 别名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40720807/

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