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