Groupe instructeur update

This commit is contained in:
simon lehericey 2019-10-23 20:54:59 +02:00
parent 9a6336f508
commit 3dd3af8482
4 changed files with 59 additions and 6 deletions

View file

@ -350,7 +350,7 @@ Rails.application.routes.draw do
get 'annotations'
end
resources :groupe_instructeurs, only: [:index, :show, :create]
resources :groupe_instructeurs, only: [:index, :show, :create, :update]
resources :administrateurs, controller: 'procedure_administrateurs', only: [:index, :create, :destroy]