summaryrefslogtreecommitdiff
path: root/app/models/match.rb
blob: b5f539ba3252930d8db4eaa8ab2960972b8e46c8 (plain)
1
2
3
4
class Match < ActiveRecord::Base
	belongs_to :tournament_stage
	belongs_to :winner
end