Changeset 116 for trunk/grails-app/domain/EntryType.groovy
- Timestamp:
- Apr 14, 2009, 10:16:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/EntryType.groovy
r66 r116 7 7 8 8 static contstraints = { 9 name(maxSize:50,unique:true,blank:false) 10 description(maxSize:100) 9 11 } 10 12
Note: See TracChangeset
for help on using the changeset viewer.