Customise dashboards

This commit is contained in:
2023-10-01 20:00:23 +01:00
parent d44460df93
commit d8a6f27734
3 changed files with 23 additions and 18 deletions
+4
View File
@@ -1,3 +1,7 @@
class Course < ApplicationRecord
has_many :lectures
# A course has a standalone connection to its recordings. To be shown they must be associated with a lecture but we
# track those not associated with a lecture to avoid duplication.
has_many :recordings
end