Changeset 331 for trunk/grails-app/domain
- Timestamp:
- Feb 9, 2010, 1:36:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Section.groovy
r268 r331 6 6 String name 7 7 String description = "" 8 String comment = "" 8 9 boolean isActive = true 9 10 … … 16 17 static constraints = { 17 18 name(maxSize:50, unique:true, blank:false) 18 description(maxSize:100) 19 description(maxSize:75) 20 comment(maxSize:500) 19 21 isActive() 20 22 }
Note: See TracChangeset
for help on using the changeset viewer.