Vulcan/packages/nova-comments/lib/collection.js

8 lines
155 B
JavaScript
Raw Normal View History

2015-04-24 09:28:50 +09:00
/**
* @summary The global namespace for Comments.
2015-04-24 09:28:50 +09:00
* @namespace Comments
*/
const Comments = new Mongo.Collection("comments");
2015-04-24 09:28:50 +09:00
export default Comments;