summaryrefslogtreecommitdiff
path: root/app/models/team.rb
blob: 9e715573c7b0c18b2d3b0f50d24d52b23ec19518 (plain)
1
2
3
class Team < ActiveRecord::Base
  belongs_to :match
end