module ActiveAdmin::Comments::ShowPageHelper

def default_main_content

turned on for the current resource
Add admin comments to the main content if they are
def default_main_content
  super
  active_admin_comments if active_admin_config.comments?
end