Changeset 361 for trunk/grails-app/domain/dbnp/studycapturing/Person.groovy
- Timestamp:
- Apr 20, 2010, 8:01:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Person.groovy
r359 r361 14 14 String address 15 15 16 static hasMany = [ roles : PersonRole,affiliations: PersonAffiliation]16 static hasMany = [affiliations: PersonAffiliation] 17 17 18 18 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.