Changeset 373 for trunk/grails-app/domain/InventoryType.groovy
- Timestamp:
- Feb 18, 2010, 12:54:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryType.groovy
r116 r373 5 5 6 6 static hasMany = [inventoryItems: InventoryItem] 7 8 static con tstraints = {7 8 static constraints = { 9 9 name(maxSize:50,unique:true,blank:false) 10 10 description(maxSize:100)
Note: See TracChangeset
for help on using the changeset viewer.