class ActiveAdmin::Views::Pages::Page
def title
def title if page_presenter[:title] render_or_call_method_or_proc_on self, page_presenter[:title] else active_admin_config.name end end
def title if page_presenter[:title] render_or_call_method_or_proc_on self, page_presenter[:title] else active_admin_config.name end end