Displaying 1 result from an estimated 1 matches for "2boq".
Did you mean:
2bof
2013 Jul 25
3
User Role authorisation
Hello, Currently I am working on a app, so far I have User (with devise)
which are able to create projects. So, if user1 creates project A and
project B I want him, to be able to assign user2 with role admin on
project A, and user2 with moderator role on project B. I was thinking in
creating a UserRoleProject link table, is it a good idea? Or if not
please help me with some pointers.
The action