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