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