source:
trunk/grails-app/controllers/BaseController.groovy
@
558
| Last change on this file since 558 was 298, checked in by , 16 years ago | |
|---|---|
|
|
| File size: 146 bytes | |
| Rev | Line | |
|---|---|---|
| [62] | 1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured |
| 2 | ||
| [298] | 3 | @Secured(['ROLE_AppAdmin', 'ROLE_AppUser']) |
| [59] | 4 | abstract class BaseController { |
| [69] | 5 | |
| [59] | 6 | } |
| 7 |
Note: See TracBrowser
for help on using the repository browser.
