diff options
| author | Guillaume | 2017-09-28 10:35:55 +0200 |
|---|---|---|
| committer | Guillaume | 2017-09-28 10:35:55 +0200 |
| commit | 689a8f7c89ea0841fee1e2da97dacf98ff458104 (patch) | |
| tree | 9cee685ae1a8afb43ca2a2497b9d4f4e1c6fb7b2 /config/routes.rb | |
| parent | b84188abb33417a24274fc3ba179b6eb2ba8a067 (diff) | |
| parent | 2b5815827005f7fa69403b9177feafa4d42c3cb2 (diff) | |
| download | chouette-core-689a8f7c89ea0841fee1e2da97dacf98ff458104.tar.bz2 | |
Merge branch 'master' of https://github.com/af83/stif-boiv
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index ef625db1f..1d34a4854 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -70,7 +70,7 @@ ChouetteIhm::Application.routes.draw do resources :api_keys, :only => [:edit, :update, :new, :create, :destroy] resources :compliance_control_sets do - resources :compliance_controls + resources :compliance_controls, except: :index end resources :stop_area_referentials, :only => [:show] do |
