update structure

This commit is contained in:
Philipp Rothmann 2023-01-03 10:38:29 +01:00
parent c95271682d
commit 336e2c3c48
7 changed files with 48 additions and 19 deletions

View file

@ -8,7 +8,7 @@ module Lit::Group
# self.used_attributes += [:website, :bank_account, :description]
# self.superior_attributes = [:bank_account]
root_types Group::Circle
::Group.root_types(::Group::TopLayer)
end
end