class Playbook::PbCard::Card

def body_flex

def body_flex
  if flex.present?
    "flex_#{flex}"
  else
    ""
  end
end