L
Luke Grimstrup
I have two arrays of hashes and I would like to merge them.
One array has the array of:
{:id, :name}
The other, an array of:
{:name, ther_attributes*}
I've been raking my brains for hours on this one. Is there anyone who
can suggest the best way to merge these two arrays so that I can get the
resulting array of:
{:id. :name, ther_attributes}
Thanks so much in advance.
One array has the array of:
{:id, :name}
The other, an array of:
{:name, ther_attributes*}
I've been raking my brains for hours on this one. Is there anyone who
can suggest the best way to merge these two arrays so that I can get the
resulting array of:
{:id. :name, ther_attributes}
Thanks so much in advance.