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