Recreate simulations whenever a guest changes their attendance #85

Merged
bustikiller merged 8 commits from simulations-lifecycle into main 2024-11-03 12:51:14 +00:00
3 changed files with 6 additions and 0 deletions
Showing only changes of commit 86e982164d - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class TableSimulatorJob < ApplicationJob
queue_as :default

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
module Guests
class UpdateUseCase
def initialize(guest_ids:, params:)

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class AddNameToTablesArrangements < ActiveRecord::Migration[7.2]
def change
add_column :tables_arrangements, :name, :string, null: false