Continuation of CanCan, the authorization Gem for Ruby on Rails.
As in the project webpage:
CanCanCan 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