diff options
Diffstat (limited to 'app/models/tournament_options.rb')
-rw-r--r-- | app/models/tournament_options.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/tournament_options.rb b/app/models/tournament_options.rb new file mode 100644 index 0000000..8ed6433 --- /dev/null +++ b/app/models/tournament_options.rb @@ -0,0 +1,2 @@ +class TournamentOptions < ActiveRecord::Base +end |