This commit is contained in:
2025-11-02 19:50:08 -05:00
parent dcd6b807ed
commit f76ff718a0
4 changed files with 144 additions and 131 deletions
+4 -1
View File
@@ -119,7 +119,10 @@ class User
# only used for testing so far
def active_list
has_active_list? ? List.find(active_list_id) : nil
return nil unless has_active_list?
List.find(active_list_id)
rescue SimplyStored::RecordNotFound
nil
end
#####################################