我是铁杆新手.我在行动中使用了redirect_to和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.
原文链接:https://www.f2er.com/ruby/267799.html