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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/tournament_preference.rb b/app/models/tournament_preference.rb
index 1f335e3..3d15061 100644
--- a/app/models/tournament_preference.rb
+++ b/app/models/tournament_preference.rb
@@ -1,3 +1,3 @@
class TournamentPreference < ActiveRecord::Base
- belongs_to :tournament
+ belongs_to :tournament
end