Changeset 273 for trunk/grails-app/domain
- Timestamp:
- Jan 15, 2010, 1:18:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Site.groovy
r268 r273 5 5 Boolean isActive = true 6 6 7 // static hasMany = [inventoryStores: InventoryStore, systemSections: SystemSection]8 7 static hasMany = [sections: Section, 9 siteExtendedAttributes: SiteExtendedAttribute] 8 siteExtendedAttributes: SiteExtendedAttribute, 9 inventoryStores: InventoryStore] 10 10 11 11 // static belongsTo = []
Note: See TracChangeset
for help on using the changeset viewer.