default value conversion should support strings #325
Labels
bug
Something isn't working
good first issue
Good for newcomers
ready-to-release
Internal Use Only: Has been fixed, specs passing and pushed to edge branch
It is legal in the rails schema to say
for example. In this case default value of '0.0' should be converted to the number 0.0.
This applies to decimals, floats, integers, and booleans.
Currently the code just returns the default value without conversion (if it happens to be a string)
This is the patch needed to accomplish this:
The text was updated successfully, but these errors were encountered: