Remove now unused routes
This commit is contained in:
parent
12d74be668
commit
b8798d8b70
1 changed files with 0 additions and 3 deletions
|
@ -173,9 +173,6 @@ Rails.application.routes.draw do
|
|||
resources :dossiers do
|
||||
post 'receive' => 'dossiers#receive'
|
||||
post 'process_dossier' => 'dossiers#process_dossier'
|
||||
post 'refuse' => 'dossiers#refuse'
|
||||
post 'without_continuation' => 'dossiers#without_continuation'
|
||||
post 'close' => 'dossiers#close'
|
||||
member do
|
||||
post 'archive'
|
||||
post 'unarchive'
|
||||
|
|
Loading…
Reference in a new issue