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