在Rails 4中仅使用一些获取参数重定向URL

时间:2016-07-18 13:16:13

标签: ruby-on-rails ruby-on-rails-4 routes ruby-2.1

我正在开发一个应用程序,该应用程序仍应响应以前的Web应用程序中的一些旧URL。我想仅在存在param(get param)时才为动作构建一些重定向。例如

get '/students/:id?school_id=(:id)', to: redirect { |params, req|
     # path of the a known action here
}

它如何识别这样的网址:

/students/:id?school_id=25957

但不是这样的网址:

/students/:id?address=345

0 个答案:

没有答案