2022-09-08 11:25:39 +02:00
|
|
|
class EditableChamp::ExplicationComponent < EditableChamp::EditableChampBaseComponent
|
2023-12-19 09:53:27 +01:00
|
|
|
delegate :type_de_champ, to: :@champ
|
|
|
|
delegate :notice_explicative, to: :type_de_champ
|
2022-08-12 10:45:04 +02:00
|
|
|
end
|