Skip to content

Commit

Permalink
Step 4.15: Added messages collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 934ff28 commit cd2459c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/server/collections/messages.ts
@@ -0,0 +1,4 @@
import { MongoObservable } from 'meteor-rxjs';
import { Message } from '../models';

export const Messages = new MongoObservable.Collection<Message>('messages');

0 comments on commit cd2459c

Please sign in to comment.