socialforge/app/models/homework_test.rb

6 lines
149 B
Ruby

class HomeworkTest < ActiveRecord::Base
attr_accessible :input, :output, :homework_common_id,:result,:error_msg
belongs_to :homework_common
end