class ActiveAdmin::Dashboards::DashboardController

def index

def index
  @dashboard_sections = find_sections
  render 'active_admin/dashboard/index'
end