demarches-normaliennes/app/models/champs/engagement_champ.rb

21 lines
547 B
Ruby
Raw Normal View History

2020-08-06 16:35:45 +02:00
# == Schema Information
#
# Table name: champs
#
# id :integer not null, primary key
2021-01-13 18:57:10 +01:00
# data :jsonb
2020-08-06 16:35:45 +02:00
# private :boolean default(FALSE), not null
# row :integer
# type :string
# value :string
# created_at :datetime
# updated_at :datetime
# dossier_id :integer
# etablissement_id :integer
2021-01-14 23:53:02 +01:00
# external_id :string
2020-08-06 16:35:45 +02:00
# parent_id :bigint
# type_de_champ_id :integer
#
2018-02-13 18:18:20 +01:00
class Champs::EngagementChamp < Champs::CheckboxChamp
end