Remove instructeur

This commit is contained in:
simon lehericey 2019-10-25 10:17:39 +02:00
parent 79b808470c
commit 477f7c9837
4 changed files with 64 additions and 0 deletions

View file

@ -291,6 +291,7 @@ Rails.application.routes.draw do
resources :groupes, only: [:index, :show], controller: 'groupe_instructeurs' do
member do
post 'add_instructeur'
delete 'remove_instructeur'
end
end