Is there any good open source project which has Can Can implemented completely.
Asked
Active
Viewed 104 times
-2
-
If you find it hard to learn CanCan by reading its wiki, you'll have a lot of struggle in your professional life. – Sergio Tulentsev Sep 12 '12 at 04:23
2 Answers
1
Try the rails app composer script. It's great. You can set up a fully functioning app with devise, rolify, cancan, rspec and much much more. Just run the script, answer the questions and it will generate the app for you. Then you can poke around and see how it's implemented.
You can also watch this RailsCast on cancan and download the example source code.

Kevin K
- 2,191
- 2
- 28
- 41