Changeset 566 for trunk/grails-app/domain/InventoryGroup.groovy
- Timestamp:
- Jun 3, 2010, 4:31:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryGroup.groovy
r116 r566 12 12 13 13 String toString() {"${this.name}"} 14 15 static searchable = { 16 root false // only index as a component of InventoryItem. 17 only = ['name'] 18 } 19 14 20 }
Note: See TracChangeset
for help on using the changeset viewer.