Hi,
I was reading this Bi-directional Associations topic in the guide - Active Record Associations — Ruby on Rails Guides. There I saw some limitations, they have mentioned. One limitation which I am not able to understand is :
- for
belongs_to
associationshas_many
inverse associations are ignored.
Any light on this topic ?