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