diff options
| author | cedricnjanga | 2018-02-11 21:13:40 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-03-02 08:16:38 -0800 | 
| commit | 3887b07104aac0e7aaa8263bc1d6564eeae0edc4 (patch) | |
| tree | 7f112463ffcf1d852161e841b7f8cd694f5f8b3b /config/routes.rb | |
| parent | c81b219024d1265f4cef0c5eb66fb12364f680be (diff) | |
| download | chouette-core-3887b07104aac0e7aaa8263bc1d6564eeae0edc4.tar.bz2 | |
Refs Refs #3562 Add workbench CCSET affectation
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/routes.rb b/config/routes.rb index 33608f3fe..a3a21511c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,7 +3,7 @@ require 'sidekiq/web'  ChouetteIhm::Application.routes.draw do    resource :dashboard -  resources :workbenches, only: [:show, :index] do +  resources :workbenches, except: [:destroy] do      delete :referentials, on: :member, action: :delete_referentials      resources :imports do        get :download, on: :member | 
