Update app/models/type_de_champ.rb
Co-authored-by: Paul Chavard <paul.chavard@beta.gouv.fr>
This commit is contained in:
parent
d1d2f30833
commit
3c2d913a44
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ class TypeDeChamp < ApplicationRecord
|
|||
TypeDeChamp.type_champs.fetch(:checkbox),
|
||||
TypeDeChamp.type_champs.fetch(:drop_down_list),
|
||||
TypeDeChamp.type_champs.fetch(:multiple_drop_down_list),
|
||||
TypeDeChamp.type_champs.fetch(:linked_drop_down_list),
|
||||
TypeDeChamp.type_champs.fetch(:yes_no)
|
||||
])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue