ajout du nom d'application dans les mailers

This commit is contained in:
clemkeirua 2020-07-23 15:09:47 +02:00
parent 03864f60cf
commit 52548d7646
8 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@ class RootController < ApplicationController
end
def patron
description = 'Aller voir le super site : https://demarches-simplifiees.fr'
description = "Allez voir le super site : #{APPLICATION_BASE_URL}"
all_champs = TypeDeChamp.type_champs
.map { |name, _| TypeDeChamp.new(type_champ: name, private: false, libelle: name.humanize, description: description, mandatory: true) }