Open sigfrid opened 4 years ago
The current authorization system is based upon the content of 3 tables in the DB (activities, activities_rights and, rights). Consider moving it into the code using something like https://github.com/varvet/pundit or https://actionpolicy.evilmartians.io/
activities
activities_rights
rights
The current authorization system is based upon the content of 3 tables in the DB (
activities
,activities_rights
and,rights
). Consider moving it into the code using something like https://github.com/varvet/pundit or https://actionpolicy.evilmartians.io/