Changeset 456 for trunk/grails-app/domain/AssetSubItem.groovy
- Timestamp:
- Mar 26, 2010, 2:13:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/AssetSubItem.groovy
r341 r456 23 23 } 24 24 25 static mapping = { 26 subItems(batchSize:1000) 27 } 28 25 29 String toString() { 26 30 "${this.name}"
Note: See TracChangeset
for help on using the changeset viewer.