Skip to content

Commit

Permalink
Step 3.1: Add the parties collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent cc16c71 commit c4ea292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collections/parties.js
@@ -0,0 +1,2 @@
import { Mongo } from 'meteor/mongo';
export const Parties = new Mongo.Collection('parties');

0 comments on commit c4ea292

Please sign in to comment.