add wizard

This commit is contained in:
Eric Leroy-Terquem 2023-04-27 10:10:57 +02:00 committed by LeSim
parent 2e1b8b9ef2
commit 526f70f9c0
3 changed files with 27 additions and 0 deletions

View file

@ -535,6 +535,7 @@ Rails.application.routes.draw do
get 'options'
get 'ajout'
post 'ajout' => 'groupe_instructeurs#create'
patch 'wizard'
get 'simple_routing'
post 'create_simple_routing'
delete 'destroy_all_groups_but_defaut'