Vulcan/packages/nova-comments/lib/collection.js
2016-11-08 15:12:23 +09:00

9 lines
No EOL
180 B
JavaScript

/**
* @summary The global namespace for Comments.
* @namespace Comments
*/
Comments = new Mongo.Collection('comments');
Comments.typeName = 'Comment';
export default Comments;