clean(Champs::Engagement): migrate to Champs::Checkbox, some for TypeDeChamp
This commit is contained in:
parent
19eca6b5a1
commit
17ed80b18a
15 changed files with 51 additions and 103 deletions
|
@ -1,3 +1,4 @@
|
|||
# TODO: remove after 20220725075951_migrate_champs_engagement_to_checkbox passed
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: champs
|
||||
|
|
|
@ -41,7 +41,6 @@ class TypeDeChamp < ApplicationRecord
|
|||
regions: 'regions',
|
||||
departements: 'departements',
|
||||
communes: 'communes',
|
||||
engagement: 'engagement',
|
||||
header_section: 'header_section',
|
||||
explication: 'explication',
|
||||
dossier_link: 'dossier_link',
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# TODO: remove after 20220725075951_migrate_champs_engagement_to_checkbox passed
|
||||
class TypesDeChamp::EngagementTypeDeChamp < TypesDeChamp::CheckboxTypeDeChamp
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue