Remove unused Group- and PlayoffStage models

because they are now both represented by the Stage model
This commit is contained in:
Thor77 2018-11-18 13:24:16 +01:00
parent def5de2a7e
commit 21103588a2
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +0,0 @@
# frozen_string_literal: true
class GroupStage < ApplicationRecord
end

View File

@ -1,4 +0,0 @@
# frozen_string_literal: true
class PlayoffStage < ApplicationRecord
end