aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorRobert2017-11-13 13:19:06 +0100
committerRobert2017-11-17 14:57:36 +0100
commite4d75876d5bd9a4560133395f119abc05dc00b3d (patch)
treefe91dc719a7acb9b50c1f50e42f5adf3516900a2 /config/routes.rb
parent52f185193aea2e47feff0aa9b395ee67b86608f1 (diff)
downloadchouette-core-e4d75876d5bd9a4560133395f119abc05dc00b3d.tar.bz2
Refs: #4823@1.7h; CodeReview #show -> #executed
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 8221dfe1a..8ea8168bf 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -12,6 +12,7 @@ ChouetteIhm::Application.routes.draw do
end
end
resources :compliance_check_sets, only: [:index, :show] do
+ get :executed, on: :member
resources :compliance_checks, only: [:show]
end
end