Move admin/assigns to the new UI like groupe_instructeurs

This commit is contained in:
kara Diaby 2020-06-12 18:16:07 +02:00
parent 6311fcfa2f
commit 6b07cc0659
19 changed files with 154 additions and 298 deletions

View file

@ -202,8 +202,6 @@ Rails.application.routes.draw do
post 'transfer' => 'procedures#transfer', as: :transfer
put 'clone' => 'procedures#clone', as: :clone
resource :assigns, only: [:show, :update], path: 'instructeurs'
resource :attestation_template, only: [:edit, :update, :create]
post 'attestation_template/disactivate' => 'attestation_templates#disactivate'