Include an additional tentative status
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 7m14s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 57m52s

This commit is contained in:
Manuel Bustillo 2024-10-27 19:25:24 +01:00
parent 9dc6dd3983
commit 7338bbf0a8

View File

@ -6,7 +6,8 @@ class Guest < ApplicationRecord
considered: 0,
invited: 10,
confirmed: 20,
declined: 30
declined: 30,
tentative: 40,
}
def full_name