socialforge/app/models/course_homework_statistics.rb

7 lines
131 B
Ruby

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