- Timestamp:
- Feb 8, 2009, 11:28:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/AuthorityController.groovy
r58 r59 1 2 3 4 /** 5 * Authority Controller. 6 */ 1 @Secured(['ROLE_ADMIN']) 7 2 class AuthorityController { 8 3
Note: See TracChangeset
for help on using the changeset viewer.