Spear.Acl.admins_only
You're seeing just the function
admins_only
, go back to Spear.Acl module for more information.
Produces an ACL that only allows access to all resources to the $admins
group
Examples
iex> Spear.Acl.admins_only()
%Spear.Acl{
delete: "$admins",
metadata_read: "$admins",
metadata_write: "$admins",
read: "$admins",
write: "$admins"
}