Add the rest of my modules
This commit is contained in:
+16
@@ -21,3 +21,19 @@ Course.create!(
|
||||
unit_code: 'MA30253',
|
||||
semester_start_date: START_OF_YEAR_5_SEMESTER_1.to_date,
|
||||
)
|
||||
|
||||
Course.create!(
|
||||
title: 'Quantum Mechanics',
|
||||
panopto_folders: ['7f5198a9-8261-4e11-9007-b07500bc314b'],
|
||||
toggl_project: 195518593,
|
||||
unit_code: 'PH30030',
|
||||
semester_start_date: START_OF_YEAR_5_SEMESTER_1.to_date,
|
||||
)
|
||||
|
||||
Course.create!(
|
||||
title: 'Measure Theory & Integration',
|
||||
panopto_folders: ["af2c415a-6a21-4f08-ba76-b07500a2174c"],
|
||||
toggl_project: 195519024,
|
||||
unit_code: 'MA40042',
|
||||
semester_start_date: START_OF_YEAR_5_SEMESTER_1.to_date,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user