class ActiveAdmin::Views::Pages::Dashboard
def section_renderer(section)
def section_renderer(section) if section.options[:as] view_factory["dashboard_section_as_#{section.options[:as]}"] else view_factory.dashboard_section end end
def section_renderer(section) if section.options[:as] view_factory["dashboard_section_as_#{section.options[:as]}"] else view_factory.dashboard_section end end