Changeset 166 for trunk/grails-app/domain
- Timestamp:
- Oct 26, 2009, 3:11:18 PM (15 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Person.groovy
r164 r166 7 7 tasks: Task] 8 8 9 static belongsTo = [Authority , PersonGroup]9 static belongsTo = [Authority] 10 10 11 11 Department department -
trunk/grails-app/domain/PersonGroup.groovy
r59 r166 6 6 7 7 static hasMany = [persons : Person] 8 9 static belongsTo = [Person] 8 10 9 11 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.