From 69bb4d00bb568ceb04217c89fa9543d20e0c1be1 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 8 Jun 2022 18:28:23 +0200 Subject: [PATCH] wip --- app/models/communication/block/template/base.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/communication/block/template/base.rb b/app/models/communication/block/template/base.rb index e8af04c5e..05e735af7 100644 --- a/app/models/communication/block/template/base.rb +++ b/app/models/communication/block/template/base.rb @@ -40,6 +40,7 @@ class Communication::Block::Template::Base def self.has_component(property, kind) self.components_descriptions ||= [] + # TODO rename property / kind ? self.components_descriptions << { name: property, type: kind } class_eval <<-CODE, __FILE__, __LINE__ + 1 -- GitLab