summaryrefslogtreecommitdiff
path: root/app/models/match.rb
blob: 7dacae59c69eba7532cf334438f618e2164eadcf (plain)
1
2
3
4
5
6
7
8
class Match < ActiveRecord::Base
  belongs_to :tournament

  has_and_belongs_to_many :teams

  belongs_to :winner

end