module ActiveAdmin::Comments::ShowPageHelper

def active_admin_comments(*args, &block)

#active_admin_comments_for with the current resource
Display the comments for the resource. Same as calling
def active_admin_comments(*args, &block)
  active_admin_comments_for(resource, *args, &block)
end