Changeset 121 for trunk/grails-app/domain/Site.groovy
- Timestamp:
- Apr 30, 2009, 9:36:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Site.groovy
r116 r121 5 5 Boolean isActive = true 6 6 7 static hasMany = [inventoryStores: InventoryStore ]7 static hasMany = [inventoryStores: InventoryStore, systemSections: SystemSection] 8 8 9 9 // static belongsTo = []
Note: See TracChangeset
for help on using the changeset viewer.