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