ルートを想定
map.resources :articles
どうやってこれを手に入れますか
/articles?most_popular
方法を使用しlink_to
ますか?
次のことを試しました。
link_to articles_path(:most_popular) # exception
link_to articles_path(:most_popular => nil) # /articles
link_to articles_path(:most_popular => true) # /articles?most_popular=true
注:inherited_resourcesを使用していますhas_scope