X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=config%2Froutes.rb;h=63f9e7e9239bd985ac7921a70c3bf047dc4a19f3;hb=b0a5d3f3d8c21fcdaabd1be05f0cfb73a7395f09;hp=7dcb951adf3680e0a439c596f1059b09d21977c1;hpb=f2201d3750a46b2ace05fef4c61eee3e6c9156f5;p=pettanr%2Fpettanr.git diff --git a/config/routes.rb b/config/routes.rb index 7dcb951a..63f9e7e9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -225,28 +225,14 @@ Pettanr::Application.routes.draw do post :create end member do - get :scroll_panels - get :scrolls - get :sheet_panels - get :sheets - get :panel_pictures - get :speech_balloons - get :ground_pictures - get :ground_colors get :by_scroll get :by_sheet get :by_author - get :scroll_panels_count - get :scrolls_count - get :sheet_panels_count - get :sheets_count - get :panel_pictures_count - get :speech_balloons_count - get :ground_pictures_count - get :ground_colors_count + get :by_speech_balloon_template get :count_by_scroll get :count_by_sheet get :count_by_author + get :count_by_speech_balloon_template get :catch get :edit put :update @@ -286,9 +272,10 @@ Pettanr::Application.routes.draw do member do get :by_panel get :by_author - #get :by_speech_balloon_template + get :by_speech_balloon_template get :count_by_panel get :count_by_author + get :count_by_speech_balloon_template get :edit put :update delete :destroy @@ -419,12 +406,10 @@ Pettanr::Application.routes.draw do get :count end member do - get :speech_balloons - get :panels + get :by_panel get :by_system_picture - get :speech_balloons_count - get :panels_count get :count_by_system_picture + get :count_by_panel delete :destroy end end