Rebased match

This commit is contained in:
Senad Uka
2020-06-15 11:02:51 +02:00
committed by bilal
parent c83e6cae0e
commit 16d4d7511c
4 changed files with 5 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ class Account < ApplicationRecord
Broadcast.where(project: projects),
ZoomMeeting.where(project: projects),
MedicalRelease.where(project: projects),
# MatchingRequest.where(project: projects),
self
])).sum(:byte_size).to_f
end