source:
branches/TaskRewrite/src/grails-app/controllers/BaseController.groovy
@
75
Last change on this file since 75 was 71, checked in by , 16 years ago | |
---|---|
|
|
File size: 155 bytes |
Line | |
---|---|
1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured |
2 | |
3 | @Secured(['ROLE_AppUser']) |
4 | abstract class BaseController { |
5 | def whatsit() { |
6 | } |
7 | |
8 | } |
9 |
Note: See TracBrowser
for help on using the repository browser.