module ActiveAdmin::Comments::ShowPageHelper
def default_main_content
Add admin comments to the main content if they are
def default_main_content super active_admin_comments if active_admin_config.comments? end
def default_main_content super active_admin_comments if active_admin_config.comments? end