summaryrefslogtreecommitdiff
path: root/app/models/tournament_preference.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-21 09:59:40 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-21 09:59:40 -0400
commit493c2528076076beae43b2574493ed3955c38f4b (patch)
tree3d834230d898115b3fb16c1eedc1c271e0df0ecf /app/models/tournament_preference.rb
parenta09778072023f08bfbc8987881be9f05965496c1 (diff)
run ./generate.sh
Diffstat (limited to 'app/models/tournament_preference.rb')
-rw-r--r--app/models/tournament_preference.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/tournament_preference.rb b/app/models/tournament_preference.rb
deleted file mode 100644
index 3d15061..0000000
--- a/app/models/tournament_preference.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class TournamentPreference < ActiveRecord::Base
- belongs_to :tournament
-end