mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 21:16:40 -04:00
10 lines
No EOL
170 B
JavaScript
10 lines
No EOL
170 B
JavaScript
/*
|
|
|
|
Declare permissions for the pics collection.
|
|
|
|
*/
|
|
|
|
import Users from 'meteor/vulcan:users';
|
|
|
|
Users.createGroup('customers');
|
|
Users.groups.customers.can(['pics.view']); |