Adds Organizer to Add a group stage to a tournament and save it
This commit is contained in:
parent
f47ffebcd4
commit
f7919ec0c6
|
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddGroupStageToTournamentAndSaveTournamentToDatabase
|
||||
include Interactor::Organizer
|
||||
|
||||
organize AddGroupStageToTournament, SaveTournamentToDatabase
|
||||
end
|
||||
Loading…
Reference in New Issue