4 lines
115 B
Text
4 lines
115 B
Text
= form.select :value,
|
|
Champs::DepartementChamp.departements,
|
|
include_blank: true,
|
|
required: champ.mandatory?
|