Add a new demarches page, showing the demarches already done

This commit is contained in:
gregoirenovel 2018-09-13 16:13:54 +02:00
parent 561fc510e9
commit 9fe9f9b616
4 changed files with 52 additions and 0 deletions

View file

@ -292,6 +292,7 @@ Rails.application.routes.draw do
end
end
resource :feedback, only: [:create]
get 'demarches' => 'demarches#index'
end
#