Changeset 18 for trunk/src/grails-app/domain/Entry.groovy
- Timestamp:
- Nov 25, 2008, 1:22:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Entry.groovy
r16 r18 6 6 String comments 7 7 8 static hasMany = [people: Person] 8 static hasMany = [persons: Person] 9 10 static belongsTo = [TypeOfEntry, Task, Person] 9 11 10 12 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.