1 2 3 4 5 6 7
class TournamentSetting < ActiveRecord::Base belongs_to :tournament def self.types GameSetting.types end end