refactor _new_header so that user and instructeur search share similar signature

This commit is contained in:
clemkeirua 2020-04-03 15:06:27 +02:00
parent 695fd13e77
commit 34188c432c
3 changed files with 6 additions and 5 deletions

View file

@ -275,7 +275,7 @@ Rails.application.routes.draw do
end
collection do
post 'recherche'
get 'recherche'
end
end
resource :feedback, only: [:create]