diff options
Diffstat (limited to 'app/models/tournament_option.rb')
-rw-r--r-- | app/models/tournament_option.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/tournament_option.rb b/app/models/tournament_option.rb index 950b351..242a6f6 100644 --- a/app/models/tournament_option.rb +++ b/app/models/tournament_option.rb @@ -1,2 +1,3 @@ class TournamentOption < ActiveRecord::Base + belongs_to :tournament end |