summaryrefslogtreecommitdiff
path: root/app/models/tournament.rb
blob: 5e8ddfe9b45bf76599c4fd4086f6eae67b3bd553 (plain)
1
2
3
4
class Tournament < ActiveRecord::Base
  belongs_to :game
  has_many :matches
end