Each child array contains a set of objects. These objects are all from
the same model.
I know that each child array contains at least one object. I want to
sort on a field in the first object in each child array, and arrange the
child arrays in the parent array according to that field in the first
object in the child arrays. What’s the best way to do this?
I thought it was some permutation of sort_by, but I tried a few options
and didn’t have any luck. I wanted to take a step back and check in
with the community to see if I could get some direction.