Remove instructeur from the group
This commit is contained in:
parent
a6deafd885
commit
a5ffe9f54b
6 changed files with 84 additions and 0 deletions
|
@ -353,6 +353,7 @@ Rails.application.routes.draw do
|
|||
resources :groupe_instructeurs, only: [:index, :show, :create, :update] do
|
||||
member do
|
||||
post 'add_instructeur'
|
||||
delete 'remove_instructeur'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue