diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-27 19:12:07 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-27 19:12:07 -0400 |
commit | 95542d38ddae5700e7fa35c166260a51ce17e46a (patch) | |
tree | 3ed1b9fcb793a426901586367dc5212819e9bff5 /app/models/tournament_setting.rb | |
parent | 07dbbeb404dedcf9733262ae2ce9cdddc086bb0e (diff) | |
parent | 8b1e26bf00c7e536def47ae4ef3441192f154aa8 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/models/tournament_setting.rb')
-rw-r--r-- | app/models/tournament_setting.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/tournament_setting.rb b/app/models/tournament_setting.rb index b3e6ace..9efaaea 100644 --- a/app/models/tournament_setting.rb +++ b/app/models/tournament_setting.rb @@ -1,3 +1,7 @@ class TournamentSetting < ActiveRecord::Base belongs_to :tournament + + def self.types + GameSetting.types + end end |