Dynamoid
Dynamoid copied to clipboard
Fix range_hash sym to string conversion. Add tests.
range_hash method was failing when the key was a Symbol.
The new tests added in this commit fail without this fix. It is related to the change from PR #124
this looks good to me
+1 range queries are really challenging with the symbol/string confusion in this ORM