parent
55a4a1ff8e
commit
4aef77788a
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
= form.select :value,
|
||||
Champs::PaysChamp.pays,
|
||||
include_blank: true,
|
||||
required: champ.mandatory?
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
= form.select :value,
|
||||
Champs::RegionChamp.regions,
|
||||
include_blank: true,
|
||||
required: champ.mandatory?
|
||||
|
|
Loading…
Reference in a new issue