From 58eb99873ace240aaba170ade08e22d1a0d1fee1 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 7 Sep 2023 12:05:31 +0200 Subject: [PATCH] tree --- app/models/communication/website/agenda/event.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/communication/website/agenda/event.rb b/app/models/communication/website/agenda/event.rb index af934528c..dbe10a7f0 100644 --- a/app/models/communication/website/agenda/event.rb +++ b/app/models/communication/website/agenda/event.rb @@ -50,6 +50,7 @@ class Communication::Website::Agenda::Event < ApplicationRecord include WithPermalink include WithSlug include WithTranslations + include WithTree include WithUniversity belongs_to :parent, -- GitLab