Closed dmarcelino closed 9 years ago
Yep, I guess I should do that. :-)
Thanks @mphasize :wink:
@dmarcelino Done, see PR https://github.com/balderdashy/waterline-docs/pull/68
Thanks @mphasize!
@mphasize It seems that since it has been moved to https://github.com/balderdashy/waterline-docs/blob/master/models/validations.md the configuration part (for config/models.js
) was lost.
ignoreProperties
are defined in the adapter'sadapter.js
like:would allow:
to be accepted by waterline without throwing errors.
Full details on balderdashy/waterline#482.
@mphasize, I stumbled upon
ignoreProperties
(which I had no knowledge of) while doing a code change. Can you possibly write a few words about it in models.md? Thanks! :smiley: