forked from Gitlink/forgeplus
4 lines
65 B
Ruby
4 lines
65 B
Ruby
|
|
class CourseInfo < ApplicationRecord
|
||
|
|
belongs_to :course
|
||
|
|
end
|