Ignore:
Timestamp:
Feb 22, 2010, 6:29:13 PM (14 years ago)
Author:
gav
Message:

Add address feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Site.groovy

    r332 r397  
    88    static hasMany = [sections: Section,
    99                                siteExtendedAttributes: SiteExtendedAttribute,
    10                                 inventoryStores: InventoryStore]
     10                                inventoryStores: InventoryStore,
     11                                addresses: Address]
    1112
    1213//     static belongsTo = []
Note: See TracChangeset for help on using the changeset viewer.