Added change log

This commit is contained in:
Stefan Zermatten
2015-05-12 10:10:15 +02:00
parent a539b0bc6c
commit 80ca7307ce
6 changed files with 73 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
Meteor.publish("changeLog", function(){
return ChangeLogs.find();
});