6 lines
136 B
Ruby
6 lines
136 B
Ruby
|
class EditableChamp::CheckboxComponent < ApplicationComponent
|
||
|
def initialize(form:, champ:)
|
||
|
@form, @champ = form, champ
|
||
|
end
|
||
|
end
|