UNPKG

document.js

Version:

General purpose ODM supporting memory and mongo database adapters

10 lines (8 loc) 149 B
var Post = Document.progeny('Post', { }, { classMethods: { belongsTo: ['user'], allow: ['user', 'user_id'] } }); module.exports = Post;