fix: remove useless comments
This commit is contained in:
parent
78c487d512
commit
a14d77cbd3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue