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