Changeset 50 for trunk/src/grails-app/domain/Task.groovy
- Timestamp:
- Feb 3, 2009, 10:51:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Task.groovy
r47 r50 7 7 Date targetDate 8 8 9 static hasMany = [entries: Entry, modifications 9 static hasMany = [entries: Entry, modifications: Modification] 10 10 11 11 static belongsTo = [TaskGroup, Person]
Note: See TracChangeset
for help on using the changeset viewer.