summaryrefslogtreecommitdiff
path: root/app/models/user_team_pair.rb
blob: c55dc2ec2358034929f0b276a50d674fbfa86ec0 (plain)
1
2
3
4
class UserTeamPair < ActiveRecord::Base
  belongs_to :user
  belongs_to :team
end