Send object a message instead of directly setting the attribute #1

Merged
Pickachu merged 1 commits from patch-1 into master 2013-08-01 20:59:42 +00:00

1 Commits

Author SHA1 Message Date
Heitor Salazar Baldelli
0fc9735137 Send object a message instead of directly setting the attribute
This line will lead to fail when you have nested attributes in a document.

Since the access to the property is made directly (throgh the #[] method) mongoid will store the association_attributes as a property of the document, instead of triggering the nested attributes generated method.

This little patch fixes this issue.
2013-08-01 16:21:40 -03:00