class Playbook::PbCard::Card

def body_order

def body_order
  if order.present?
    "order_#{order}"
  else
    ""
  end
end