source:
branches/features/purchaseOrders/grails-app/controllers/BaseAppAdminController.groovy
@
954
Last change on this file since 954 was 289, checked in by , 15 years ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
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.