class ActiveAdmin::Views::TableFor

def build_table_head

def build_table_head
  @thead = thead do
    @header_row = tr
  end
end