Changeset 93 for trunk/src/grails-app/domain/Person.groovy
- Timestamp:
- Mar 29, 2009, 11:56:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Person.groovy
r73 r93 3 3 static hasMany = [authorities: Authority, 4 4 personGroups: PersonGroup, 5 modifications:Modification,5 taskModifications: TaskModification, 6 6 entries: Entry, 7 7 tasks: Task]
Note: See TracChangeset
for help on using the changeset viewer.