railscoding/app/models/course_analysis.rb

4 lines
157 B
Ruby

class CourseAnalysis < ActiveRecord::Base
attr_accessible :attachment_count, :course_id, :homework_commont_count, :message_count, :student_works_count
end