diff options
Diffstat (limited to 'app/models/tournament.rb')
-rw-r--r-- | app/models/tournament.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/models/tournament.rb b/app/models/tournament.rb index 73c8d93..822e641 100644 --- a/app/models/tournament.rb +++ b/app/models/tournament.rb @@ -26,14 +26,6 @@ class Tournament < ActiveRecord::Base end class Settings - @vartypes = { - :true_false => 0, - :integer => 1, - :string => 2, - :select => 3, - :range => 4 - } - def initialize(tournament) @tournament = tournament end |