Skip to content
Snippets Groups Projects
Commit 69bb4d00 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

wip

parent dc6d377d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment