turniere-backend/app/organizers/add_playoffs_to_tournament_...

8 lines
202 B
Ruby

# frozen_string_literal: true
class AddPlayoffsToTournamentAndSave
include Interactor::Organizer
organize AddPlayoffsToTournament, AdvanceTeamsInIntermediateStage, SaveApplicationRecordObject
end