source: trunk/grails-app/controllers/BaseController.groovy @ 298

Last change on this file since 298 was 298, checked in by gav, 14 years ago

Set base authorisations on all controllers.

  • Property svn:executable set to *
File size: 146 bytes
RevLine 
[62]1import org.codehaus.groovy.grails.plugins.springsecurity.Secured
2
[298]3@Secured(['ROLE_AppAdmin', 'ROLE_AppUser'])
[59]4abstract class BaseController {
[69]5
[59]6}
7
Note: See TracBrowser for help on using the repository browser.