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 |
Line | |
---|---|
1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured |
2 | |
3 | abstract class BaseController { |
4 | def whatsit() { |
5 | } |
6 | } |
7 |
Note: See TracBrowser
for help on using the repository browser.