Skip to content

Instantly share code, notes, and snippets.

@vatson
Last active December 14, 2015 09:59
Show Gist options
  • Save vatson/5068993 to your computer and use it in GitHub Desktop.
Save vatson/5068993 to your computer and use it in GitHub Desktop.
var model = require('./server/models/article');
var article = new model;
article.save();
console.log(article.created_at); //undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment