4 lines
129 B
Text
4 lines
129 B
Text
= form.select :value, [champ.value].compact,
|
|
{ include_blank: true },
|
|
required: champ.mandatory?,
|
|
class: 'select2 adresse'
|