diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-17 16:32:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-17 16:32:11 -0600 |
| commit | 084ec28adef9f16a0f38f0457662e9695dfcff8a (patch) | |
| tree | b2f4abd372d26d13331a9c9ee69d75249bcc50a3 /bin/api | |
| parent | 94d084a51172b7e3851779e9e052435084d4abfe (diff) | |
feat: use csv files to simulate database tables
Diffstat (limited to 'bin/api')
| -rwxr-xr-x | bin/api | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ class Entity end def [](attribute) - @attributes.fetch(attribute) + @attributes.fetch(attribute.to_sym) end def to_h |
