diff options
| author | cedricnjanga | 2017-12-07 16:49:06 +0100 |
|---|---|---|
| committer | cedricnjanga | 2018-01-12 14:56:34 +0100 |
| commit | 04e7d217a77e6b2c70a4a5994993bf0c0bbff08e (patch) | |
| tree | 9e375e9fdd1f50d734cc3893b265e9b5922280d4 /config/routes.rb | |
| parent | 216821cbc5410a1377dd57b09ee2753aee13e37c (diff) | |
| download | chouette-core-04e7d217a77e6b2c70a4a5994993bf0c0bbff08e.tar.bz2 | |
First draft for ComplianceCheckMessage & ImportMessage CSV exports
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 8b5faff03..0f60733af 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -14,6 +14,7 @@ ChouetteIhm::Application.routes.draw do resources :compliance_check_sets, only: [:index, :show] do get :executed, on: :member resources :compliance_checks, only: [:show] + resources :compliance_check_messages, only: [:index] end resource :output, controller: :workbench_outputs |
