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