Skip to content

Commit

Permalink
Step 4.14: Added messages collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 05095f8 commit f2b5157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/server/collections/messages.ts
Original file line number Diff line number Diff line change
@@ -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 f2b5157

Please sign in to comment.