class Output < ActiveRecord::Base
# attr_accessible :title, :body
default_scope :order => 'test_set_position desc'
belongs_to :game
end