I am using devise for authentication and i want only user named admin having permission to edit or delete all the posts. The other users can view all the posts specific to any project. And only the users corresponding to that project can edit the posts.
Also we should able to change the user from one project to another. How can i do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Cancan gem is used for authorization, this gem may help you https://github.com/ryanb/cancan |
|||
|
|