Remove unused Group- and PlayoffStage models
because they are now both represented by the Stage model
This commit is contained in:
parent
def5de2a7e
commit
21103588a2
|
|
@ -1,4 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class GroupStage < ApplicationRecord
|
||||
end
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class PlayoffStage < ApplicationRecord
|
||||
end
|
||||
Loading…
Reference in New Issue