diff --git a/config/routes.rb b/config/routes.rb index be1a0a263..8451b7365 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -42,7 +42,7 @@ RedmineApp::Application.routes.draw do end - resources :school do + resources :school, :except => [:show] do collection do end