- Timestamp:
- Mar 10, 2009, 3:00:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/BaseController.groovy
r69 r71 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_ USER'])3 @Secured(['ROLE_AppUser']) 4 4 abstract class BaseController { 5 5 def whatsit() {
Note: See TracChangeset
for help on using the changeset viewer.