Merge pull request #3435 from pengfeidong/fix_3417_departement_with_empty_value

[fix #3417] add emtpy value for departement
This commit is contained in:
Mathieu Magnin 2019-02-18 17:41:27 +01:00 committed by GitHub
commit 9606f76a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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