Changeset 360 for trunk/grails-app/conf/BootStrap.groovy
- Timestamp:
- Apr 20, 2010, 5:41:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r353 r360 24 24 // we could also check if we are in development by GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT 25 25 if (Study.count() == 0) { 26 print f("development bootstrapping....\n\n");26 println ".development bootstrapping..."; 27 27 28 28 // adding the academic
Note: See TracChangeset
for help on using the changeset viewer.