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

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

Lots of changes to setup Acegi, should be complete with all current pages secured.
Added CSS and PersonGroup? and PersonGroupType?.
Adjust BootStrap? to suite.
Add Home and Admin pages.

  • Property svn:executable set to *
File size: 61 bytes
Line 
1abstract class BaseController {
2    def whatsit() {
3    }
4}
5
Note: See TracBrowser for help on using the repository browser.