Line of Thought

Tracking what powers the web

CanCan

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.

https://github.com/ryanb/cancan

Want to add a site that uses this tool? Add it here

We know of 1 site using CanCan.