Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

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

    r121 r122  
    55    boolean isActive = true
    66
    7     static hasMany = [assets: Asset, assemblies: Assembly, assetExtendedAttributes: AssetExtendedAttribute, maintenanceActions: MaintenanceAction]
     7    static hasMany = [assets: Asset,
     8                                    assemblies: Assembly,
     9                                    assetExtendedAttributes: AssetExtendedAttribute,
     10                                    maintenanceActions: MaintenanceAction]
    811
    912//     static belongsTo = []
Note: See TracChangeset for help on using the changeset viewer.