diff options
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 |
