Hello, I have small issue, in the documentation in robots and parts example, relation between these two models is many to many and to implement this relation doc says defining has many relation in in robots model , has many relation in parts model and belongs to relation in robotsparts for both robots and parts models, and then defining many to many relation in robots model.
It's not clear to me, What is the best behavior to implement relation in this case.
Thanks