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