dossier: add a page with the form

This commit is contained in:
Pierre de La Morinerie 2018-08-14 13:06:44 +00:00
parent 86539413ee
commit af95e56b50
8 changed files with 92 additions and 5 deletions

View file

@ -274,6 +274,7 @@ Rails.application.routes.draw do
get 'modifier'
patch 'modifier', to: 'dossiers#update'
get 'merci'
get 'formulaire'
post 'ask_deletion'
get 'attestation'
end