Changeset 18 for trunk/src/grails-app/domain/TypeOfModification.groovy
- Timestamp:
- Nov 25, 2008, 1:22:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/TypeOfModification.groovy
r16 r18 6 6 static hasMany = [modifications : Modification] 7 7 8 static constraints = { 9 name() 10 description() 11 isActive() 12 } 8 13 }
Note: See TracChangeset
for help on using the changeset viewer.