Skip to content

Commit

Permalink
Step 4.14: Create chats 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 ea10dde commit 934ff28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/server/collections/chats.ts
@@ -0,0 +1,4 @@
import { MongoObservable } from 'meteor-rxjs';
import { Chat } from '../models';

export const Chats = new MongoObservable.Collection<Chat>('chats');

0 comments on commit 934ff28

Please sign in to comment.