class Playbook::PbCard::Card

def body_flex_wrap

def body_flex_wrap
  if flex_wrap.present?
    "flex_wrap_#{flex_wrap}"
  else
    ""
  end
end