Merge pull request 'Include an additional tentative status' (#73) from tentative-status into main
Reviewed-on: #73
This commit is contained in:
commit
b4a30be77e
@ -6,7 +6,8 @@ class Guest < ApplicationRecord
|
||||
considered: 0,
|
||||
invited: 10,
|
||||
confirmed: 20,
|
||||
declined: 30
|
||||
declined: 30,
|
||||
tentative: 40,
|
||||
}
|
||||
|
||||
def full_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user