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