Changeset 775 for trunk/grails-app/conf/BootStrap.groovy
- Timestamp:
- Aug 5, 2010, 12:14:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
- Property svn:keywords changed from Author Rev Date to Author Date Rev
r702 r775 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.