Closed ScottMaxson closed 8 years ago
ha, actually coercion works fine in waterline. The dummy model that's in app-boilerplate defines an attribute with the type 'number' which waterline and web don't know how to coerce - WL only supports "float" and "integer". Changed this to integer in app-boilerplate and things are working again.
Checking out the current app-boilerplate, working with simple models and trying to save a new record, or edit an existing record: