source: branches/TaskRewrite/src/grails-app/controllers/BaseController.groovy @ 62

Last change on this file since 62 was 62, checked in by gav, 15 years ago

Add import security to required files.

  • Property svn:executable set to *
File size: 127 bytes
Line 
1import org.codehaus.groovy.grails.plugins.springsecurity.Secured
2
3abstract class BaseController {
4    def whatsit() {
5    }
6}
7
Note: See TracBrowser for help on using the repository browser.