Changeset 467 for trunk/grails-app/conf/BootStrap.groovy
- Timestamp:
- May 26, 2010, 10:50:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r464 r467 389 389 researchQuestion:"Leptin etc.", 390 390 ecCode:"2007117.c", 391 startDate: Date.parse('yyyy-MM-dd','200 7-12-11')391 startDate: Date.parse('yyyy-MM-dd','2008-01-02') 392 392 ) 393 393 .with { if (!validate()) { errors.each { println it} } else save()}
Note: See TracChangeset
for help on using the changeset viewer.