- Timestamp:
- Feb 9, 2009, 4:37:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/PersonController.groovy
r59 r62 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 1 2 2 3 4 /**5 * User controller.6 */7 3 @Secured(['ROLE_ADMIN']) 8 4 class PersonController {
Note: See TracChangeset
for help on using the changeset viewer.