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