Skip to content

Instantly share code, notes, and snippets.

@mickhansen
Created January 8, 2014 19:12
Show Gist options
  • Save mickhansen/8322567 to your computer and use it in GitHub Desktop.
Save mickhansen/8322567 to your computer and use it in GitHub Desktop.
var User = sequelize.define('User', {
});
User.classMethod = function() {}
User.prototype.instanceMethod = function() {}
var user = new User(values, options); // Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment