class MajorCourse < ActiveRecord::Base
belongs_to :course_list
belongs_to :major
attr_accessible :course_list_id, :major_id
end