NewDesign: can ask a new avis

This commit is contained in:
Simon Lehericey 2017-08-28 14:16:13 +02:00 committed by Mathieu Magnin
parent f03d8ef909
commit 2923d4448b
5 changed files with 38 additions and 0 deletions

View file

@ -252,6 +252,7 @@ Rails.application.routes.draw do
scope :carte do
get 'position'
end
post 'avis' => 'dossiers#create_avis'
end
end
end