class ActiveAdmin::Views::IndexAsTable

def table_for(*args, &block)

def table_for(*args, &block)
  insert_tag IndexTableFor, *args, &block
end