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/Asset.groovy

    r121 r122  
    11class Asset {
     2
    23    SystemSection systemSection
    34    AssetType assetType
     5
    46    String name
    57    String description = ""
     
    810    static hasMany = [maintenanceActions: MaintenanceAction]
    911
    10     static belongsTo = [SystemSection]
     12    static belongsTo = [SystemSection, AssetType]
    1113
    1214//     static constraints = {
Note: See TracChangeset for help on using the changeset viewer.