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