OSDN Git Service

fix manifest
[pettanr/pettanr.git] / config / routes.rb
index 7dcb951..63f9e7e 100644 (file)
@@ -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