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