Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-RC3
-
Fix Version/s: 1.2 final
-
Component/s: Documentation
-
Labels:None
Description
Section 5.2.1.3 (many-to-many) of the reference documentation on http://grails.org/doc/1.0.x/ has as first sentence:
Grails supports many-to-many relationships by defining a hasMany on both sides of the relationship and having a belongsTo on the side that owns the relationship:
I think this is wrong, the belongsTo is on the side that does not own the relationship. (It is also contradicting the rest of the section)
Assigning all documentation related issues to 1.2 final since they don't represent a change to the codebase