Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 2 个不同的视图中使用相同的操作。
如果我在一个视图中,如何重定向到某个地方,但如果我在另一个视图中,如何重定向到其他地方?
谢谢
您可以获取页面的网址,例如:
url = @template.url_for :back
接下来,解析 url 并调用正确的重定向。
此外,您可以将页面名称作为参数发送到操作,并使用
params[:page]