Last change
on this file since 80 was
71,
checked in by gav, 16 years ago
|
Start changing roles to AppAdmin? and AppUser?.
Add Options view, start code for user changeable passwords.
Repair home and admin bean error variables.
|
-
Property svn:executable set to
*
|
File size:
155 bytes
|
Rev | Line | |
---|
[62] | 1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured |
---|
| 2 | |
---|
[71] | 3 | @Secured(['ROLE_AppUser']) |
---|
[59] | 4 | abstract class BaseController { |
---|
| 5 | def whatsit() { |
---|
| 6 | } |
---|
[69] | 7 | |
---|
[59] | 8 | } |
---|
| 9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.