I am new to mongoid. i start doing mongoid with rubyonrails with help of screen cast #238 of Ryan bate.
I found in the section of “Reference” of mongoid official website describing about the has_many.
Can anyone help me to explain what is the difference between has_many and references_many and which version of mongoid support them.
Thanks you very much.
From mongoid doc you can read this :
http://mongoid.org/docs/upgrading.html
So now I think there is no differences and you can fill free to use
has_manywith optionsautosave: trueif you need to 🙂