source: branches/TaskRewrite/gnuMims/grails-app/conf/BootStrap.groovy @ 55

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

Create Grails app (manual recursion to get everything in)

File size: 92 bytes
Line 
1class BootStrap {
2
3     def init = { servletContext ->
4     }
5     def destroy = {
6     }
7} 
Note: See TracBrowser for help on using the repository browser.