Add instructeurs to groupe
This commit is contained in:
parent
3dd3af8482
commit
a6deafd885
6 changed files with 99 additions and 1 deletions
|
@ -350,7 +350,11 @@ Rails.application.routes.draw do
|
|||
get 'annotations'
|
||||
end
|
||||
|
||||
resources :groupe_instructeurs, only: [:index, :show, :create, :update]
|
||||
resources :groupe_instructeurs, only: [:index, :show, :create, :update] do
|
||||
member do
|
||||
post 'add_instructeur'
|
||||
end
|
||||
end
|
||||
|
||||
resources :administrateurs, controller: 'procedure_administrateurs', only: [:index, :create, :destroy]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue