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