Re: [Rails] User Role authorisation

2013-07-25 Thread Colin Law
On 25 July 2013 09:56, Alex Alex wrote: > 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 rol

[Rails] User Role authorisation

2013-07-25 Thread Alex Alex
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 User