Skip to content

Instantly share code, notes, and snippets.

@iamkevingreen
Created September 24, 2016 18:02
Show Gist options
  • Save iamkevingreen/53106bc3a4f789cb165d49c61715cd23 to your computer and use it in GitHub Desktop.
Save iamkevingreen/53106bc3a4f789cb165d49c61715cd23 to your computer and use it in GitHub Desktop.
import {Meteor} from 'meteor/meteor'
Meteor.publish('pages', function() {
return Pages.find()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment