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

Commit fce6b291 by Mick Hansen

Merge pull request #2329 from werk85/master

Fix for #2327
2 parents 6d94d5f4 d890571d
Showing with 1 additions and 0 deletions
......@@ -145,6 +145,7 @@ module.exports = (function() {
instancePrototype[this.accessors.create] = function(values, options) {
var instance = this;
values = values || {};
options = options || {};
values[association.identifier] = instance.get(association.sourceIdentifier);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!