diff options
| author | Guillaume | 2017-09-18 11:11:36 +0200 | 
|---|---|---|
| committer | Guillaume | 2017-09-18 11:11:36 +0200 | 
| commit | 06ad1bb051cabb4575306f7397287ea77d70e109 (patch) | |
| tree | 83c794c3120fd8b7413b749cba2a5553dff756bf /config | |
| parent | 1e58dfdbfbecccda78e2fe3854b2ba04a72bd511 (diff) | |
| parent | 60ad22fa8db3c1f2cbfe532a73deca4b97232a25 (diff) | |
| download | chouette-core-06ad1bb051cabb4575306f7397287ea77d70e109.tar.bz2 | |
Merge branch '4467_compliance_control_crud' into 4466-compliance_control_sets
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 4 | 
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  | 
