yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
827 stars 261 forks source link

conditionally create the Users table if it hasn't already been defined #246

Closed donhavey closed 8 years ago

donhavey commented 9 years ago

allows for complete override of Users columns, etc. in the config

Users = Meteor.users;
AdminConfig = {
    collections: {
        Users: {
            ...
        }
    }
}