summaryrefslogtreecommitdiff
path: root/app/models/tournament.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-07 01:16:39 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-07 01:16:39 -0400
commitf6412084d6aafe51a5da6ca31b5f1e79f2ca0029 (patch)
tree23b2eadc5c2f08166a4060dadbb07c45622c3a5c /app/models/tournament.rb
parentbfcf3ee4f4ef28457feb21a39d347f846184309c (diff)
parent0bb3311d90d74e80e6624897a56ab4e5641a2c76 (diff)
Merged
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