diff options
| author | cedricnjanga | 2017-11-07 15:57:19 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-07 15:57:19 +0100 |
| commit | 55de3ba4ece8c1448bc219037ce744904cc0d3b3 (patch) | |
| tree | a074f234a1a67df9c746ab116d4256c5af3cd9a9 /config/routes.rb | |
| parent | e5ba4a719f1ca563dee6cb109cb8d5a3e923ea03 (diff) | |
| parent | 43033eef0f6582f4bc4e64199310cc624e18f1be (diff) | |
| download | chouette-core-compliance_controls_policy.tar.bz2 | |
Merge branch 'master' into compliance_controls_policycompliance_controls_policy
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index b105e77d6..27c3c3044 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -74,6 +74,7 @@ ChouetteIhm::Application.routes.draw do resources :api_keys, :only => [:edit, :update, :new, :create, :destroy] resources :compliance_control_sets do + get :simple, on: :member get :clone, on: :member resources :compliance_controls, except: :index do get :select_type, on: :collection |
