Changeset 131 for trunk/grails-app/domain/Asset.groovy
- Timestamp:
- May 8, 2009, 1:01:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Asset.groovy
r124 r131 8 8 boolean isActive = true 9 9 10 static hasMany = [maintenanceActions: MaintenanceAction, assetExtendedAttributes: AssetExtendedAttribute] 10 static hasMany = [maintenanceActions: MaintenanceAction, 11 assetExtendedAttributes: AssetExtendedAttribute] 11 12 12 13 static belongsTo = [SystemSection, AssetType]
Note: See TracChangeset
for help on using the changeset viewer.