class TestSet < ActiveRecord::Base
default_scope :order => 'id asc'
attr_accessible :challenge_id, :input, :output, :actual_output, :is_public, :result, :position
belongs_to :challenge
end