Changeset 402 for trunk/grails-app/domain/Manufacturer.groovy
- Timestamp:
- Feb 23, 2010, 2:07:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Manufacturer.groovy
r397 r402 5 5 boolean isActive = true 6 6 7 static hasMany = [inventoryItems: InventoryItem, addresses: Address] 7 static hasMany = [contacts: Contact, 8 addresses: Address, 9 inventoryItems: InventoryItem] 8 10 9 11 static belongsTo = [InventoryItem]
Note: See TracChangeset
for help on using the changeset viewer.