Add Toggl data to attendances, fix attendance creation for past lectures. Change styling a little.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Course < ApplicationRecord
|
||||
has_many :lectures
|
||||
has_many :lectures, dependent: :destroy
|
||||
|
||||
# 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
|
||||
has_many :recordings, dependent: :destroy
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user