aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b105e77d6..214b12584 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -75,6 +75,7 @@ ChouetteIhm::Application.routes.draw do
resources :compliance_control_sets do
get :clone, on: :member
+ get :select_compliance_control_set
resources :compliance_controls, except: :index do
get :select_type, on: :collection
end