Adds Organizer to Add a group stage to a tournament and save it

This commit is contained in:
Daniel Schädler 2019-04-24 12:28:19 +02:00
parent 568296c852
commit f7e45f1d53
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
class AddGroupStageToTournamentAndSaveTournamentToDatabase
include Interactor::Organizer
organize AddGroupStageToTournament, SaveTournamentToDatabase
end