summaryrefslogtreecommitdiff
path: root/app/models/team.rb
blob: 2348de5615552f67e98abe7d65c8f12f1b4295be (plain)
1
2
3
4
5
class Team < ActiveRecord::Base
  belongs_to :match
  has_and_belongs_to_many :matches
  has_and_belongs_to_many :users
end