source:
trunk/grails-app/controllers/BaseAppAdminController.groovy
@
  163
        
        | Last change on this file since 163 was 96, checked in by , 17 years ago | |
|---|---|
            
  | 
        |
| File size: 164 bytes | |
| Line | |
|---|---|
| 1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured | 
| 2 | |
| 3 | @Secured(['ROLE_AppAdmin']) | 
| 4 | abstract class BaseAppAdminController { | 
| 5 | def whatsit() { | 
| 6 | } | 
| 7 | |
| 8 | } | 
| 9 | 
Note: See TracBrowser
        for help on using the repository browser.
    