socialforge/app/models/course_homework_statistics.rb

7 lines
131 B
Ruby
Raw Normal View History

class CourseHomeworkStatistics < ActiveRecord::Base
# attr_accessible :title, :body
belongs_to :user
belongs_to :course
end