Changeset 21 for trunk/src/grails-app/domain/Entry.groovy
- Timestamp:
- Jan 19, 2009, 8:31:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Entry.groovy
r18 r21 8 8 static hasMany = [persons: Person] 9 9 10 static belongsTo = [ TypeOfEntry, Task, Person]10 static belongsTo = [EntryType, Task, Person] 11 11 12 12 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.