Include an additional tentative status #73

Merged
bustikiller merged 1 commits from tentative-status into main 2024-10-27 19:43:46 +00:00

View File

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