class ActiveAdmin::SidebarSection

def id

The id gets used for the div in the view
def id
  "#{name.downcase.underscore}_sidebar_section".parameterize
end