5 lines
138 B
Ruby
5 lines
138 B
Ruby
class EditableChamp::ChampLabelComponent < ApplicationComponent
|
|
def initialize(form:, champ:)
|
|
@form, @champ = form, champ
|
|
end
|
|
end
|