Changeset 809 for trunk/grails-app/domain/DocumentReference.groovy
- Timestamp:
- Feb 16, 2011, 8:10:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/DocumentReference.groovy
r798 r809 10 10 // static hasMany = [] 11 11 12 static belongsTo = [TaskProcedure] 12 static belongsTo = [TaskProcedure, TaskProcedureRevision] 13 14 static mapping = { 15 batchSize 10 16 } 13 17 14 18 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.