- Timestamp:
- Mar 10, 2009, 3:00:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/AuthorityController.groovy
r62 r71 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_A DMIN'])3 @Secured(['ROLE_AppAdmin']) 4 4 class AuthorityController { 5 5
Note: See TracChangeset
for help on using the changeset viewer.