Changeset 100 for trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
- Timestamp:
- Jan 20, 2010, 2:50:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r95 r100 29 29 description type: 'text' 30 30 } 31 32 def String toString() { 33 return title; 34 } 35 36 31 37 }
Note: See TracChangeset
for help on using the changeset viewer.