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

5 lines
No EOL
107 B
JavaScript

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