Final Update From Caleb

Incorporated all Caleb's changes
This commit is contained in:
2018-08-23 16:58:50 -07:00
parent 2593d0f977
commit 14bd554d35
206 changed files with 2661 additions and 84 deletions

View File

@@ -2,9 +2,10 @@
import Users from "./User.js";
import UserRoles from "./Roles.js";
import Pages from "./Page.js";
import ContactUsMessages from "./ContactUsMessages.js";
//Save the collections in the Meteor.collections property for easy access without name conflicts.
Meteor.collections = {Users, UserRoles, Pages};
Meteor.collections = {Users, UserRoles, Pages, ContactUsMessages};
//If this is the server then setup the default admin user if none exist.
if(Meteor.isServer) {