Ruby on Rails POST parameters on redirect_to

后端 未结 3 1447
花落未央
花落未央 2021-01-07 08:42

I have to make a call to a different url in one of my controllers on my site. The problem is that with all the parameters the other site requires I\'m overflowing the url.

3条回答
  •  心在旅途
    2021-01-07 09:14

    You can also use the flash to transfer the information. http://guides.rubyonrails.org/action_controller_overview.html#the-flash

提交回复
热议问题