You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using machinist and mongoid. How can I generate blueprint for embeds_many association. Mongoid embeds_many association embeds the hash of array. So I just started like this:
User.blueprint do
address { :address1 => "address", :address2 => 'next address'}
end
Is this right way of defining? I don't feel good in this way.
The text was updated successfully, but these errors were encountered:
I am using machinist and mongoid. How can I generate blueprint for embeds_many association. Mongoid embeds_many association embeds the hash of array. So I just started like this:
Is this right way of defining? I don't feel good in this way.
The text was updated successfully, but these errors were encountered: