Make lectures belong to courses
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCourseIdToLectures < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_belongs_to(:lectures, :course)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user