demarches-normaliennes/app/views/users/description/champs/_regions.html.haml
2018-06-19 15:20:01 +02:00

2 lines
119 B
Text

= select_tag("champs['#{champ.id}']",
options_for_select(Champs::RegionChamp.regions, selected: champ.object.value))