Remove instructeur
This commit is contained in:
parent
79b808470c
commit
477f7c9837
4 changed files with 64 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue