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