source: trunk/src/grails-app/conf/BootStrap.groovy @ 16

Last change on this file since 16 was 16, checked in by tuxta, 15 years ago

Created grails app and init domain classes

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.