feat: for gestionnaire highlight card and commentaires if any unread
This commit is contained in:
parent
a5d95b2d9d
commit
6cd8b6d2df
22 changed files with 235 additions and 15 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue