私のroutes.rbには、次のエントリがあります:-
resources :products do
get 'get_products', :on => :collection
get 'show_product_details',:on=>:member
get 'buy_this',:on=>:collection
get 'search_product',:on=>:collection
end
URL のすべての /products を /eshop に変更したい。よくわかりませんが使えますか…など:path=>:eshop
のサブルートにも適用されるのでしょうかeshop/get_products,eshop/buy_this
。