gpt4 book ai didi

ruby-on-rails - 带参数的redirect_to。如何将它们传递给我?

转载 作者:行者123 更新时间:2023-12-04 05:38:23 24 4
gpt4 key购买 nike

我是新手。我在 Action 中使用了redirect_toparams,但是现在我不知道如何在我的 View 中显示这些params

最佳答案

尝试以下变体:

  • redirect_to controller: 'thing', action: 'edit', id: 3, something: 'else'
  • redirect_to thing_path(@thing, foo: params[:foo])

  • 另外,这个 link should be helpful for you

    关于ruby-on-rails - 带参数的redirect_to。如何将它们传递给我?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10724058/

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