dossier: finish feature-switch for enabled new dossier details
This commit is contained in:
parent
326a1f7aaf
commit
38f6d11c57
6 changed files with 18 additions and 5 deletions
|
@ -18,6 +18,8 @@ module DossierHelper
|
|||
def url_for_dossier(dossier)
|
||||
if dossier.brouillon?
|
||||
brouillon_dossier_path(dossier)
|
||||
elsif Flipflop.new_dossier_details?
|
||||
dossier_path(dossier)
|
||||
else
|
||||
users_dossier_recapitulatif_path(dossier)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue