class ActiveAdmin::Views::Pages::Base

def set_page_title

Set's the page title for the layout to render
def set_page_title
  set_ivar_on_view "@page_title", title
end