summaryrefslogtreecommitdiff
path: root/app/models/tournament_option.rb
blob: 242a6f6d769eb9b6e8c13e0a2c6eea874090f20d (plain)
1
2
3
class TournamentOption < ActiveRecord::Base
  belongs_to :tournament
end