Skip to content

Commit

Permalink
Refer to CanCanCan (an alternative, supported gem)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliebennett authored Jul 5, 2016
1 parent 4560928 commit cc14d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Wiki[https://github.com/ryanb/cancan/wiki] | RDocs[http://rdoc.info/projects/ryanb/cancan] | Screencast[http://railscasts.com/episodes/192-authorization-with-cancan]

*Important*: Please see CanCanCan[https://github.com/CanCanCommunity/cancancan] for an up-to-date, community-maintained fork of this project.

CanCan is an authorization library for Ruby on Rails which restricts what resources a given user is allowed to access. All permissions are defined in a single location (the +Ability+ class) and not duplicated across controllers, views, and database queries.


Expand Down

0 comments on commit cc14d04

Please sign in to comment.