class ActiveAdmin::Comments::Views::Comments

def build(resource)

def build(resource)
  @resource = resource
  @comments = ActiveAdmin::Comment.find_for_resource_in_namespace @resource, active_admin_namespace.name
  super(title, :for => resource)
  build_comments
end