Update routing critéria name

This commit is contained in:
simon lehericey 2019-10-17 10:57:58 +02:00
parent d136d023cd
commit 35bba62297
4 changed files with 38 additions and 0 deletions

View file

@ -355,6 +355,10 @@ Rails.application.routes.draw do
post 'add_instructeur'
delete 'remove_instructeur'
end
collection do
patch 'update_routing_criteria_name'
end
end
resources :administrateurs, controller: 'procedure_administrateurs', only: [:index, :create, :destroy]