class ActiveAdmin::Views::IndexAsBlog

def build_post(post)

def build_post(post)
  div for: post do
    resource_selection_cell(post) if active_admin_config.batch_actions.any?
    build_title(post)
    build_body(post)
  end
end