Gestionnaire: move avis_path to gestionnaire_avis_path

This commit is contained in:
simon lehericey 2018-02-21 15:19:04 +01:00
parent 0308345008
commit 9db5e82b41
6 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ module DossierLinkHelper
else
avis = dossier.avis.find_by(gestionnaire: gestionnaire)
if avis.present?
avis_path(avis)
gestionnaire_avis_path(avis)
end
end
end