aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGuillaume2017-09-18 11:11:36 +0200
committerGuillaume2017-09-18 11:11:36 +0200
commit06ad1bb051cabb4575306f7397287ea77d70e109 (patch)
tree83c794c3120fd8b7413b749cba2a5553dff756bf /config
parent1e58dfdbfbecccda78e2fe3854b2ba04a72bd511 (diff)
parent60ad22fa8db3c1f2cbfe532a73deca4b97232a25 (diff)
downloadchouette-core-06ad1bb051cabb4575306f7397287ea77d70e109.tar.bz2
Merge branch '4467_compliance_control_crud' into 4466-compliance_control_sets
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 314f99888..97e0257c2 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -71,6 +71,10 @@ ChouetteIhm::Application.routes.draw do
resources :api_keys, :only => [:edit, :update, :new, :create, :destroy]
+ resources :compliance_control_sets do
+ resources :compliance_controls
+ end
+
resources :stop_area_referentials, :only => [:show] do
post :sync, on: :member
resources :stop_areas