Vulcan/client/views/comments/comment_page.js

5 lines
106 B
JavaScript
Raw Normal View History

Template.comment_page.helpers({
post: function () {
return Posts.findOne(this.comment.post);
}
});