View Source Bonfire.Data.AccessControl.Controlled (Bonfire v0.9.10-classic-beta.156)

An object is linked to one or more Acls by the Controlled multimixin, which pairs an object ID with an ACL ID. Because it is a multimixin, a given object can have multiple ACLs applied. In the case of overlap, permissions are combined with false being prioritised.

Summary

Functions

Link to this function

changeset(controlled \\ %Controlled{}, params)

View Source
Link to this function

get(struct, key, default \\ nil)

View Source