From 084ec28adef9f16a0f38f0457662e9695dfcff8a Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 17 Mar 2025 16:32:11 -0600 Subject: feat: use csv files to simulate database tables --- bin/api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/api') diff --git a/bin/api b/bin/api index 868d575..e63c713 100755 --- a/bin/api +++ b/bin/api @@ -49,7 +49,7 @@ class Entity end def [](attribute) - @attributes.fetch(attribute) + @attributes.fetch(attribute.to_sym) end def to_h -- cgit v1.2.3