Changeset 149 for trunk/grails-app/controllers/BaseController.groovy
- Timestamp:
- Oct 9, 2009, 9:47:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/BaseController.groovy
r71 r149 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_AppUser' ])3 @Secured(['ROLE_AppUser', 'ROLE_AppAdmin']) 4 4 abstract class BaseController { 5 5 def whatsit() {
Note: See TracChangeset
for help on using the changeset viewer.