aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGuillaume2017-09-28 10:35:55 +0200
committerGuillaume2017-09-28 10:35:55 +0200
commit689a8f7c89ea0841fee1e2da97dacf98ff458104 (patch)
tree9cee685ae1a8afb43ca2a2497b9d4f4e1c6fb7b2 /config/routes.rb
parentb84188abb33417a24274fc3ba179b6eb2ba8a067 (diff)
parent2b5815827005f7fa69403b9177feafa4d42c3cb2 (diff)
downloadchouette-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.rb2
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