Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 10.2: Publish Parties collection
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 830c03e commit ca6d684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/imports/publications/parties.ts
@@ -0,0 +1,4 @@
import { Meteor } from 'meteor/meteor';
import { Parties } from '../../../both/collections/parties.collection';

Meteor.publish('parties', () => Parties.find());

0 comments on commit ca6d684

Please sign in to comment.