From 7338bbf0a8ab873adbb443fdc0cc9123221a148b Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 27 Oct 2024 19:25:24 +0100 Subject: [PATCH] Include an additional tentative status --- app/models/guest.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/guest.rb b/app/models/guest.rb index cc4f615..4e8bcce 100644 --- a/app/models/guest.rb +++ b/app/models/guest.rb @@ -6,7 +6,8 @@ class Guest < ApplicationRecord considered: 0, invited: 10, confirmed: 20, - declined: 30 + declined: 30, + tentative: 40, } def full_name