Changeset 456 for trunk/grails-app/domain/Asset.groovy
- Timestamp:
- Mar 26, 2010, 2:13:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Asset.groovy
r343 r456 20 20 isActive() 21 21 section() 22 } 23 24 static mapping = { 25 assetSubItems(batchSize:1000) 22 26 } 23 27
Note: See TracChangeset
for help on using the changeset viewer.