Changeset 153 for trunk/grails-app/conf


Ignore:
Timestamp:
Jan 29, 2010, 7:38:15 PM (14 years ago)
Author:
jahn
Message:

Currently Sample extends Event. The Sample class might better be merged into the Event class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrap.groovy

    r149 r153  
    189189
    190190                                secondStudy.addToSubjects(currentSubject)
    191                                 .addToEvents(new Event(
     191                                .addToEvents(new SamplingEvent(
    192192                                        subject: currentSubject,
    193193                                        startTime: Date.parse('yyyy-MM-dd','2008-01-07'),
Note: See TracChangeset for help on using the changeset viewer.