Skip to content

Commit

Permalink
Step 3.1: Add the Chats collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 16, 2016
1 parent 88eb3c3 commit cad17a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions both/collections/chats.collection.ts
@@ -0,0 +1,4 @@
import {Chat} from "../models/chat.model";
import {MongoObservable} from "meteor-rxjs";

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

0 comments on commit cad17a4

Please sign in to comment.