summaryrefslogtreecommitdiff
path: root/app/models/team.rb
blob: 77136e7d034fa67001e18bf90eb235bc8ec51fa6 (plain)
1
2
3
4
class Team < ActiveRecord::Base
	has_and_belongs_to_many :matches
	has_and_belongs_to_many :users
end