rails way to strip empty child objects from array?

poipu wrote:

I have a object with children. some of these children are empty...so when i paginate them, i get blanks. is there a way to strip out the empty children? these are my debug. thanks.

I have been having so much fun with Array#reject recently...

:wink: