class ActiveAdmin::Views::Pages::Index

def main_content

controller. Defaults to rendering the ActiveAdmin::Pages::Index::Table
Renders the index configuration that was set in the
def main_content
  wrap_with_batch_action_form do
    build_table_tools
    build_collection
  end
end