Files
DiceCloud/rpg-docs/server/publications/changeLog.js
Stefan Zermatten 80ca7307ce Added change log
2015-05-12 10:10:15 +02:00

4 lines
71 B
JavaScript

Meteor.publish("changeLog", function(){
return ChangeLogs.find();
});