Add button in manager to transition démarche in brouillon state

fix #2565
This commit is contained in:
Paul Chavard 2018-10-09 12:11:13 +02:00
parent acacfebd92
commit bcbfc370b2
4 changed files with 24 additions and 0 deletions

View file

@ -8,6 +8,7 @@ Rails.application.routes.draw do
namespace :manager do
resources :procedures, only: [:index, :show] do
post 'whitelist', on: :member
post 'draft', on: :member
end
resources :dossiers, only: [:index, :show] do