Make champ PJ generally available

This commit is contained in:
Frederic Merizen 2018-12-10 19:47:52 +01:00
parent 64d32c6afc
commit 57a136c861
5 changed files with 12 additions and 22 deletions

View file

@ -2,7 +2,6 @@ class TypesDeChampService
include Rails.application.routes.url_helpers
TOGGLES = {
TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?,
TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?,
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?
}