I have this code:
default_group_id = @group_list[0].list[0].name
But sometimes the list member of @group_list[0] is empty so my code crashes :)
So I need to find the first @group_list[i] that its list member is not nil and use that.
How can we do this?
Here is the structure:
