module ActiveAdmin::Resource::Sidebars

def sidebar_sections?

def sidebar_sections?
  !!@sidebar_sections && @sidebar_sections.any?
end