fix: remove useless comments

This commit is contained in:
seb-by-ouidou 2023-11-08 13:50:18 +00:00
parent 78c487d512
commit a14d77cbd3

View file

@ -1,6 +1,4 @@
class GroupeGestionnaire < ApplicationRecord
# belongs_to :groupe_gestionnaire, optional: true # parent
# has_many :children, class_name: "GroupeGestionnaire", inverse_of: :groupe_gestionnaire
has_many :administrateurs
has_and_belongs_to_many :gestionnaires