source:
trunk/grails-app/controllers/BaseAppAdminController.groovy
@
223
Last change on this file since 223 was 96, checked in by , 16 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.