このパスに合わせたい
/news_entries?category_id=7
ここにリダイレクトするには:
/categories/7/news_entries
このコードは機能しません:
match '/news_entries?category_id=:category_id' => redirect("/categories/%{category_id}/news_entries")
制約 ( http://guides.rubyonrails.org/routing.html#advanced-constraints ) を使用しようとしましたが、この場合、category_id パラメーターを一致文字列に入れる方法がわかりません。