Skip to content

Instantly share code, notes, and snippets.

@rhysyngsun
Created July 16, 2009 14:34
Show Gist options
  • Save rhysyngsun/148435 to your computer and use it in GitHub Desktop.
Save rhysyngsun/148435 to your computer and use it in GitHub Desktop.
authorization {
module1 { // as many modules as you want
controllers = ['controller1']
exludes = ['index'] // optional
roles = [Roles.PREMIUM_MEMBER]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment