socialforge/app/models/test_set.rb

5 lines
122 B
Ruby

class TestSet < ActiveRecord::Base
attr_accessible :challenge_id, :input, :output, :game_id
belongs_to :challenge
end