Skip to content

Instantly share code, notes, and snippets.

@cypok
Created February 3, 2009 11:59
Show Gist options
  • Save cypok/57494 to your computer and use it in GitHub Desktop.
Save cypok/57494 to your computer and use it in GitHub Desktop.
Note that the object option is applied to all of the roles you specify in the argument list. As such,
allow :devil, :son, :of => God
is equivalent to
allow :devil, :of => God
allow :son, :of => God
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment