我想使用字符串形式重定向:
redirect_to "#{Settings.mobile_host}/main.html##{u_app.token}"
但我想从请求(request.parameters
)中传递所有参数。在 Rails 文档中找不到答案。
谢谢。
我想使用字符串形式重定向:
redirect_to "#{Settings.mobile_host}/main.html##{u_app.token}"
但我想从请求(request.parameters
)中传递所有参数。在 Rails 文档中找不到答案。
谢谢。