class ActiveAdmin::Views::Pages::Dashboard
def main_content
def main_content if assigns[:dashboard_sections] && assigns[:dashboard_sections].any? render_sections(assigns[:dashboard_sections]) else default_welcome_section end end
def main_content if assigns[:dashboard_sections] && assigns[:dashboard_sections].any? render_sections(assigns[:dashboard_sections]) else default_welcome_section end end