Skip to content

Commit

Permalink
Step 3.2: Add the Messages collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 58c6180 commit 8e8565d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions both/collections/messages.collection.ts
@@ -0,0 +1,4 @@
import {MongoObservable} from "meteor-rxjs";
import {Message} from "../models/message.model";

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

0 comments on commit 8e8565d

Please sign in to comment.