demarches-normaliennes/app/components/editable_champ/champ_label_component.rb

6 lines
171 B
Ruby
Raw Normal View History

2022-08-12 10:45:04 +02:00
class EditableChamp::ChampLabelComponent < ApplicationComponent
def initialize(form:, champ:, seen_at: nil)
@form, @champ, @seen_at = form, champ, seen_at
2022-08-12 10:45:04 +02:00
end
end