bookshelf-modelbase
bookshelf-modelbase copied to clipboard
preserve `this.validate` on merge `baseValidation`
This PR is based on the issue #52.
When we're using the validate
, we're unable to redefine the behavior of properties in the baseValidation. This PR will allow we to override this properties.
@bsiddiqui is there any plan to merge this?
@machinshin are you experiencing the same issue?