summaryrefslogtreecommitdiff
path: root/app/models/user_team_pair.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-06 22:21:39 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-06 22:21:39 -0500
commite7562550fdaff859b0ead5a37e58c5f2b920ca80 (patch)
treeb68d699bf397b7167a8713d789770b7ca59bdb16 /app/models/user_team_pair.rb
parent4b672af0e7893a9db1c059c97b06afeafb9c742c (diff)
parent5f2247dd1e701a91fb0359bf7265bdadd5486a60 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/models/user_team_pair.rb')
-rw-r--r--app/models/user_team_pair.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/user_team_pair.rb b/app/models/user_team_pair.rb
deleted file mode 100644
index c55dc2e..0000000
--- a/app/models/user_team_pair.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class UserTeamPair < ActiveRecord::Base
- belongs_to :user
- belongs_to :team
-end