Type: Posts; User: RudyardKipling; Keyword(s):
Thanks a lot
I have two domain model classes: class Race { List registrations static hasMany = [registrations: Registration] } class Registration { static belongsTo = [race: Race] }