by Travis Webb (tjwebb)

(Deterministic Context-free Language for the linguistic nerds)
User.create({ username: 'tjwebb' })
.then(function (user) {
console.log('hey', user);
})
.catch(function (e) {
console.error('uh oh', e);
});User.create({ username: 'tjwebb' })
.then(function (user) {
console.log('hey', user);
})
.catch(function (e) {
console.error('uh oh', e);
});