Changeset 230 for trunk/grails-app/conf
- Timestamp:
- Mar 3, 2010, 12:53:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r224 r230 211 211 description:"C57Bl/6 mice were fed a high fat (45 en%) or low fat (10 en%) diet after a four week run-in on low fat diet. After 1 week 10 mice that received a low fat diet were given an IP leptin challenge and 10 mice of the low-fat group received placebo injections. The same procedure was performed with mice that were fed the high-fat diet. After 4 weeks the procedure was repeated. In total 80 mice were culled.", 212 212 ecCode:"2007117.c", 213 startDate: Date.parse('yyyy-MM-dd','2007-12-11'), 214 template: mouseTemplate 213 startDate: Date.parse('yyyy-MM-dd','2007-12-11') 215 214 ).with { if (!validate()) { errors.each { println it} } else save()} 216 215 … … 251 250 description:"Human study", 252 251 ecCode:"unknown", 253 startDate: Date.parse('yyyy-MM-dd','2009-01-01'), 254 template: humanTemplate 252 startDate: Date.parse('yyyy-MM-dd','2009-01-01') 255 253 ).with { if (!validate()) { errors.each { println it} } else save()} 256 254
Note: See TracChangeset
for help on using the changeset viewer.