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

8 lines
169 B
Ruby

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