aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 88975b6e5..44cc95aeb 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -96,6 +96,12 @@ ChouetteIhm::Application.routes.draw do
get 'references'
end
end
+
+ resources :validations do
+ collection do
+ get 'references'
+ end
+ end
resources :compliance_check_tasks do
member do