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