Skip to content

Instantly share code, notes, and snippets.

@codedmart
Last active August 29, 2015 14:15
Show Gist options
  • Save codedmart/a92860a46c73deb9aef9 to your computer and use it in GitHub Desktop.
Save codedmart/a92860a46c73deb9aef9 to your computer and use it in GitHub Desktop.
model
.merge(function(m) {
return {merge: 'Yeah for merge!'};
})
.getJoin(joins)
.run()
.then(function(results) {
// none of the results have merge
console.log(results);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment