class Playbook::PbCard::CardBody
def body_justify_content
def body_justify_content if justify_content.present? "justify_content_#{justify_content}" else "" end end
def body_justify_content if justify_content.present? "justify_content_#{justify_content}" else "" end end