Ignore:
Timestamp:
Feb 10, 2010, 4:21:55 PM (13 years ago)
Author:
keesvb
Message:

clarified clean data feature example in sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Study.groovy

    r186 r188  
    2323
    2424        static hasMany = [      editors: nimble.User,
    25                                                 readers: nimble.User,
    26                                                 subjects: Subject,
    27                                                 groups: SubjectGroup,
    28                                                 events: Event,
    29                                                 samplingEvents: SamplingEvent,
     25                        readers: nimble.User,
     26                        subjects: Subject,
     27                        groups: SubjectGroup,
     28                        events: Event,
     29                        samplingEvents: SamplingEvent,
     30                        assays: Assay,
    3031                        persons: StudyPerson,
    3132                        publications: Publication
Note: See TracChangeset for help on using the changeset viewer.