Additional Meteor 1.8.1 changes

This commit is contained in:
Justin Reynolds 2019-04-19 10:16:37 -05:00
parent 53d42a17ff
commit a1ae4d7ef0
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
import { FastRender } from 'meteor/staringatlights:fast-render';
FastRender.onAllRoutes(function() {
this.subscribe('boards');
});