Alignment

This commit is contained in:
gregoirenovel 2018-08-28 11:52:15 +02:00
parent 15d1b01a90
commit de48dab031
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
module TypeDeChampHelper
TOGGLES = {
TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?,
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?,
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
TypeDeChamp.type_champs.fetch(:linked_drop_down_list) => :champ_linked_dropdown?
}