class ActiveAdmin::Views::Pages::Base

def build_main_content_wrapper

def build_main_content_wrapper
  div id: "main_content_wrapper" do
    div id: "main_content" do
      main_content
    end
  end
end