2022-09-08 11:25:39 +02:00
|
|
|
class EditableChamp::CarteComponent < EditableChamp::EditableChampBaseComponent
|
2022-08-12 10:45:04 +02:00
|
|
|
include ApplicationHelper
|
2023-02-27 11:59:38 +01:00
|
|
|
|
|
|
|
def initialize(**args)
|
|
|
|
super(**args)
|
|
|
|
|
|
|
|
@autocomplete_component = EditableChamp::ComboSearchComponent.new(**args)
|
|
|
|
end
|
2022-08-12 10:45:04 +02:00
|
|
|
end
|