Changeset 50 for trunk/src/grails-app/domain
- Timestamp:
- Feb 3, 2009, 10:51:43 PM (16 years ago)
- Location:
- trunk/src/grails-app/domain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Entry.groovy
r39 r50 18 18 19 19 } 20 21 String toString() { 22 "${this.comments}" 23 } 20 24 } 21 25 -
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.