Ignore:
Timestamp:
Nov 25, 2008, 1:22:58 PM (15 years ago)
Author:
tuxta
Message:

Align domain classes to ERD.

File:
1 edited

Legend:

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

    r16 r18  
    66    String comments
    77
    8     static hasMany = [people: Person]
     8    static hasMany = [persons: Person]
     9
     10    static belongsTo = [TypeOfEntry, Task, Person]
    911
    1012    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.