class Playbook::PbCard::Card

def background_class

def background_class
  background == "none" ? nil : "background_#{background}"
end