Changeset 66 for branches/TaskRewrite/src/grails-app/domain
- Timestamp:
- Mar 7, 2009, 4:32:03 AM (16 years ago)
- Location:
- branches/TaskRewrite/src/grails-app/domain
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/domain/Person.groovy
r59 r66 2 2 static transients = ['pass'] 3 3 static hasMany = [authorities: Authority, 4 personGroups: PersonGroup ]5 //modifications: Modification,6 //entries: Entry,7 //tasks: Task]4 personGroups: PersonGroup, 5 modifications: Modification, 6 entries: Entry, 7 tasks: Task] 8 8 9 9 static belongsTo = [Authority, PersonGroup]
Note: See TracChangeset
for help on using the changeset viewer.