source: trunk/grails-app/controllers/BaseAppAdminController.groovy @ 104

Last change on this file since 104 was 96, checked in by gav, 15 years ago

Implemented the bulk of AssignedPerson? domain

  • Property svn:executable set to *
File size: 164 bytes
Line 
1import org.codehaus.groovy.grails.plugins.springsecurity.Secured
2
3@Secured(['ROLE_AppAdmin'])
4abstract class BaseAppAdminController {
5    def whatsit() {
6    }
7
8}
9
Note: See TracBrowser for help on using the repository browser.