Add a new demarches page, showing the demarches already done
This commit is contained in:
parent
561fc510e9
commit
9fe9f9b616
4 changed files with 52 additions and 0 deletions
|
@ -292,6 +292,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
resource :feedback, only: [:create]
|
||||
get 'demarches' => 'demarches#index'
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue