不要怂,就是干,撸起袖子干!

Commit 13464c59 by overlookmotel

validateIncludedElements not public method

1 parent e52cf435
Showing with 0 additions and 1 deletions
......@@ -1764,7 +1764,6 @@ module.exports = (function() {
options.hasIncludeRequired = options.hasIncludeRequired || include.hasIncludeRequired || !!include.required;
}
};
Model.$validateIncludedElements = validateIncludedElements;
var validateIncludedElement = function(include, tableNames) {
if (!include.hasOwnProperty('model') && !include.hasOwnProperty('association')) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!