frozen-swap #24

Closed
bustikiller wants to merge 5 commits from frozen-swap into main
Showing only changes of commit 5f50c1fe11 - Show all commits

View File

@ -1,4 +1,4 @@
NUMBER_OF_GUESTS = ENV['SEED_GUEST_COUNT'].presence.to_i || 50
NUMBER_OF_GUESTS = (ENV['SEED_GUEST_COUNT'] || 50).to_i
TablesArrangement.delete_all
Expense.delete_all