Vulcan/client/views/comments/comment_page.js
2013-10-26 10:47:13 +09:00

5 lines
No EOL
106 B
JavaScript

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