Skip to content

Commit

Permalink
Step 21.2: Create Images and Thumbs collections
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent f2ab55f commit 19c4acd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions both/collections/images.collection.ts
@@ -0,0 +1,5 @@
import { MongoObservable } from 'meteor-rxjs';
import { Meteor } from 'meteor/meteor';

export const Images = new MongoObservable.Collection('images');
export const Thumbs = new MongoObservable.Collection('thumbs');

0 comments on commit 19c4acd

Please sign in to comment.