class ActiveAdmin::SidebarSection

def partial_name

If a block is not passed in, the name of the partial to render
def partial_name
  options[:partial] || "#{name.downcase.tr(' ', '_')}_sidebar"
end