class ActiveAdmin::Views::Panel

def children?

correcly appends string values, etc.
contents have been added to. This ensures that the panel
Override children? to only report children when the panel's
def children?
  @contents.children?
end