Last change
on this file since 70 was
69,
checked in by gav, 16 years ago
|
Add TaskPriority? and TaskType? domains, generate views and controllers.
Tweak security extensively.
Use 'extend BaseController?' to pass ROLE_USER to most controllers.
Add parentTask and subTask to Task Domain.
|
-
Property svn:executable set to
*
|
File size:
152 bytes
|
Rev | Line | |
---|
[62] | 1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured |
---|
| 2 | |
---|
[69] | 3 | @Secured(['ROLE_USER']) |
---|
[59] | 4 | abstract class BaseController { |
---|
| 5 | def whatsit() { |
---|
| 6 | } |
---|
[69] | 7 | |
---|
[59] | 8 | } |
---|
| 9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.