Remove instructeur from the group

This commit is contained in:
simon lehericey 2019-10-09 18:23:29 +02:00
parent a6deafd885
commit a5ffe9f54b
6 changed files with 84 additions and 0 deletions

View file

@ -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