Ignore:
Timestamp:
May 15, 2009, 4:09:30 PM (15 years ago)
Author:
gav
Message:

Work on TaskRecurringSchedule?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Period.groovy

    r131 r136  
    55
    66    static hasMany = [taskRecurringSchedules: TaskRecurringSchedule]
    7 //
     7   
     8    static mappedBy = [taskRecurringSchedules:"recurPeriod"]
     9
    810//     static belongsTo = []
    9 //
     11
    1012//     static constraints = {
    1113//
Note: See TracChangeset for help on using the changeset viewer.