2015-05-19 10:20:07 +08:00
|
|
|
class HomeworkTest < ActiveRecord::Base
|
2015-08-01 14:27:32 +08:00
|
|
|
attr_accessible :input, :output, :homework_common_id,:result,:error_msg
|
2015-05-19 10:20:07 +08:00
|
|
|
|
|
|
|
belongs_to :homework_common
|
2015-07-22 16:33:27 +08:00
|
|
|
has_many :student_work_test
|
2015-05-19 10:20:07 +08:00
|
|
|
end
|