diff --git a/README.rdoc b/README.rdoc index 9b3baf8d..2600d946 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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.