rbac v0.1.0 RBAC
Documentation for Rbac
.
Link to this section Summary
Functions
Transform a list of maps (roles) to comma-separated string of ids.
Link to this section Functions
Link to this function
transform_role_list_to_string(role_list)
Transform a list of maps (roles) to comma-separated string of ids.
Examples
iex> RBAC.transform_role_list_to_string([%{id: 1}, %{id: 2}, %{id: 3}])
"1,2,3"