Changeset 397 for trunk/grails-app/domain/Site.groovy
- Timestamp:
- Feb 22, 2010, 6:29:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Site.groovy
r332 r397 8 8 static hasMany = [sections: Section, 9 9 siteExtendedAttributes: SiteExtendedAttribute, 10 inventoryStores: InventoryStore] 10 inventoryStores: InventoryStore, 11 addresses: Address] 11 12 12 13 // static belongsTo = []
Note: See TracChangeset
for help on using the changeset viewer.