Skip to content

Instantly share code, notes, and snippets.

@fakingfantastic
Created June 1, 2010 21:11
Show Gist options
  • Save fakingfantastic/421501 to your computer and use it in GitHub Desktop.
Save fakingfantastic/421501 to your computer and use it in GitHub Desktop.
user:
can: read a blog
author:
extends: user
can: write a blog
manager:
extends: author
can: publish a blog
cant: write a blog
In App...
if current_user.can("write a blog")...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment