Changeset 146 for trunk/grails-app/domain/EntryType.groovy
- Timestamp:
- Oct 5, 2009, 7:02:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/EntryType.groovy
r116 r146 5 5 6 6 static hasMany = [entries: Entry] 7 7 8 8 static contstraints = { 9 9 name(maxSize:50,unique:true,blank:false)
Note: See TracChangeset
for help on using the changeset viewer.