2022-08-12 10:45:04 +02:00
|
|
|
class EditableChamp::RepetitionRowComponent < ApplicationComponent
|
2022-09-08 11:25:39 +02:00
|
|
|
def initialize(form:, champ:, row:, seen_at: nil)
|
|
|
|
@form, @champ, @row, @seen_at = form, champ, row, seen_at
|
2022-08-12 10:45:04 +02:00
|
|
|
end
|
|
|
|
end
|