class ActiveAdmin::Views::IndexAsBlog

def build_body(post)

def build_body(post)
  if @body
    div(call_method_or_proc_on(post, @body), :class => 'content')
  end
end