class ActiveAdmin::Views::AttributesTable
def content_for(attr)
def content_for(attr) previous = current_arbre_element.to_s value = pretty_format find_attr_value attr value.blank? && previous == current_arbre_element.to_s ? empty_value : value end
def content_for(attr) previous = current_arbre_element.to_s value = pretty_format find_attr_value attr value.blank? && previous == current_arbre_element.to_s ? empty_value : value end