Skip to content

Instantly share code, notes, and snippets.

@acomito
Created December 8, 2016 14:34
Show Gist options
  • Save acomito/d4e657092404bb4748bee83de3d1acc3 to your computer and use it in GitHub Desktop.
Save acomito/d4e657092404bb4748bee83de3d1acc3 to your computer and use it in GitHub Desktop.
import { Meteor } from 'meteor/meteor';
import { check } from 'meteor/check';
import Video from '../video';
Meteor.publish('videos', () => Video.find());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment