diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index bf796a385..bab1a0aac 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -15,6 +15,8 @@ ChouetteIhm::Application.routes.draw do get :executed, on: :member resources :compliance_checks, only: [:show] end + + resource :output, controller: :workbench_outputs end devise_for :users, :controllers => { |
