feat: for gestionnaire highlight card and commentaires if any unread

This commit is contained in:
seb-by-ouidou 2023-11-02 11:23:21 +00:00 committed by seb-by-ouidou
parent a5d95b2d9d
commit 6cd8b6d2df
22 changed files with 235 additions and 15 deletions

View file

@ -0,0 +1,7 @@
describe FollowCommentaireGroupeGestionnaire, type: :model do
describe 'associations' do
it { is_expected.to belong_to(:gestionnaire) }
it { is_expected.to belong_to(:groupe_gestionnaire) }
it { is_expected.to belong_to(:sender).optional }
end
end