jcbantuelle/dominion-meteor

View on GitHub
lib/collections.js

Summary

Maintainability
A
0 mins
Test Coverage
Proposals = new Mongo.Collection('proposals')
GameHistory = new Mongo.Collection('game_history')
PlayerRankings = new Mongo.Collection('player_rankings')