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 f47ffebcd4
commit f7919ec0c6
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