Changeset 136 for trunk/grails-app/domain/Period.groovy
- Timestamp:
- May 15, 2009, 4:09:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Period.groovy
r131 r136 5 5 6 6 static hasMany = [taskRecurringSchedules: TaskRecurringSchedule] 7 // 7 8 static mappedBy = [taskRecurringSchedules:"recurPeriod"] 9 8 10 // static belongsTo = [] 9 // 11 10 12 // static constraints = { 11 13 //
Note: See TracChangeset
for help on using the changeset viewer.