sartography/spiff-arena

allow secrets to viewed even if the user_id they are associated with does not exist

Closed this issue · 1 comments

allow secrets to viewed even if the user_id they are associated with does not exist

i think i must have misdiagnosed what was going on here, since i went to write a failing test for this and realized that there is a foreign key constraint that prevents having a secret.user_id that does not exist. if whatever happened happens again, we'll have to look closer.