Rename notice -> announcement

This commit is contained in:
nztqa 2017-10-01 12:43:15 +09:00
parent aa1876f94c
commit a88ac6113e
9 changed files with 39 additions and 39 deletions

View file

@ -0,0 +1,3 @@
Meteor.publish('announcements', function() {
return Announcements.find();
});

View file

@ -1,3 +0,0 @@
Meteor.publish('notices', function() {
return Notices.find();
});