OSDN Git Service

t#28988:clear unused file
[pettanr/pettanr.git] / config / routes.rb
index f9c7f47..bcdc270 100644 (file)
@@ -192,35 +192,6 @@ Pettanr::Application.routes.draw do
       get :browse
     end
   end
-  resources :original_licenses do
-    collection do
-      get :index
-      get :show
-      get :new
-      post :create
-      post :import
-      get :list
-      get :browse
-    end
-    member do
-      get :edit
-      put :update
-      delete :destroy
-    end
-  end
-  resources :common_licenses do
-    collection do
-      get :index
-      get :show
-      post :import
-      get :list
-      get :browse
-    end
-    member do
-      put :update
-      delete :destroy
-    end
-  end
   resources :system_pictures do
     collection do
       get :index
@@ -244,7 +215,6 @@ Pettanr::Application.routes.draw do
   match 'resource_pictures/:subdir/:id(.:format)/' => 'resource_pictures#show'
   match 'pictures/:subdir/:id(.:format)/' => 'pictures#show'
   match 'home/(:action)', :controller => 'home'
-  match 'help/(:action)', :controller => 'help'
   match 'system/(:action)', :controller => 'system'
   match 'authors/(:action(/:id))', :controller => 'authors'