Changeset 793
- Timestamp:
- Aug 10, 2010, 4:14:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r775 r793 38 38 // If in development mode and no studies are present, add example studies 39 39 if (Study.count() == 0 && grails.util.GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT) { 40 //BootStrapStudies.addExampleStudies()40 BootStrapStudies.addExampleStudies() 41 41 } 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.