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