Open
Description
Great work on this project by the way.
In the main readme the association examples are:
hasMany :articles, :class => 'Article', :inverse => :author
belongsTo :author, :class => 'Author', :inverse => :articles
But it looks like the format of these has changed and is currently:
hasMany :ingredients, :destinationEntity => Ingredient.entityDescription, :inverse => :recipe
hasOne :recipe, :destinationEntity => Recipe.entityDescription, :inverse => :ingredients
Thanks again for the great project!
Metadata
Metadata
Assignees
Labels
No labels
Activity