Changeset 116 for trunk/grails-app/controllers/AuthorityController.groovy
- Timestamp:
- Apr 14, 2009, 10:16:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/AuthorityController.groovy
r71 r116 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_AppAdmin']) 4 class AuthorityController { 3 class AuthorityController extends BaseAppAdminController { 5 4 6 5 // the delete, save and update actions only accept POST requests
Note: See TracChangeset
for help on using the changeset viewer.