Include blank for regions and pays

fix #3523
This commit is contained in:
Paul Chavard 2019-02-28 11:59:36 +01:00
parent 55a4a1ff8e
commit 4aef77788a
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
= form.select :value,
Champs::PaysChamp.pays,
include_blank: true,
required: champ.mandatory?

View file

@ -1,3 +1,4 @@
= form.select :value,
Champs::RegionChamp.regions,
include_blank: true,
required: champ.mandatory?