summaryrefslogtreecommitdiff
path: root/app/models/tournament_preference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/tournament_preference.rb')
-rw-r--r--app/models/tournament_preference.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/tournament_preference.rb b/app/models/tournament_preference.rb
new file mode 100644
index 0000000..1f335e3
--- /dev/null
+++ b/app/models/tournament_preference.rb
@@ -0,0 +1,3 @@
+class TournamentPreference < ActiveRecord::Base
+ belongs_to :tournament
+end