sophiazheng/CS169_Great_Course_Guide

View on GitHub
app/models/draft_course.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DraftCourse < ActiveRecord::Base
    belongs_to :course
end