[#1421] Move regions to RegionChamp

This commit is contained in:
Frederic Merizen 2018-06-15 14:35:49 +02:00 committed by Pierre de La Morinerie
parent 95666238ea
commit 5b59bce0b6
5 changed files with 6 additions and 7 deletions

View file

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