role_model
role_model copied to clipboard
RoleModel is the framework agnostic, efficient and declarative way to do user roles.
Results
1
role_model issues
Sort by
recently updated
recently updated
newest added
If I have something like the following structure: ``` class User < ApplicationRecord include RoleModel roles ... DELETED_ROLES = [...] ``` I have to keep the original list of roles,...
(F)AQ