source:
trunk/src/grails-app/controllers/BaseAppAdminController.groovy
@
100
| Last change on this file since 100 was 96, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 164 bytes | |
| Rev | Line | |
|---|---|---|
| [96] | 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.
