From c4ea29254e0b54323de39330b3d29f326311d58d Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Thu, 7 Apr 2016 09:56:08 +0200 Subject: [PATCH] Step 3.1: Add the parties collection --- collections/parties.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 collections/parties.js diff --git a/collections/parties.js b/collections/parties.js new file mode 100644 index 000000000..2c98c01de --- /dev/null +++ b/collections/parties.js @@ -0,0 +1,2 @@ +import { Mongo } from 'meteor/mongo'; +export const Parties = new Mongo.Collection('parties'); \ No newline at end of file