ajout du nom d'application dans les mailers
This commit is contained in:
parent
03864f60cf
commit
52548d7646
8 changed files with 15 additions and 15 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue