Changeset 123 for trunk/grails-app/domain/Task.groovy
- Timestamp:
- May 4, 2009, 5:12:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Task.groovy
r122 r123 40 40 } 41 41 42 String toString() {"${this. description}"}42 String toString() {"${this.id} - ${this.description}"} 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.