Include an additional tentative status #73
@ -6,7 +6,8 @@ class Guest < ApplicationRecord
|
|||||||
considered: 0,
|
considered: 0,
|
||||||
invited: 10,
|
invited: 10,
|
||||||
confirmed: 20,
|
confirmed: 20,
|
||||||
declined: 30
|
declined: 30,
|
||||||
|
tentative: 40,
|
||||||
}
|
}
|
||||||
|
|
||||||
def full_name
|
def full_name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user