class ActiveAdmin::Views::SidebarSection

def attributes_table(*args, &block)

Renders attributes_table_for current resource
def attributes_table(*args, &block)
  attributes_table_for resource, *args, &block
end