summaryrefslogtreecommitdiff
path: root/app/models/tournament.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/tournament.rb')
-rw-r--r--app/models/tournament.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/tournament.rb b/app/models/tournament.rb
index 67f994d..10d7b30 100644
--- a/app/models/tournament.rb
+++ b/app/models/tournament.rb
@@ -61,7 +61,6 @@ class Tournament < ActiveRecord::Base
end
end
-
def keys
@tournament.preferences_raw.all.collect { |x| x.name }
end