Added quick feedback form

This commit is contained in:
Stefan Zermatten
2015-05-12 09:32:28 +02:00
parent 43c4122fe3
commit 95b7b66390
6 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Meteor.publish("user", function(){
return Meteor.users.find(this.userId);
});