class Playbook::PbSelectableList::SelectableList

def get_id(item)

def get_id(item)
  item[:id] || ("a".."z").to_a.sample(12).join
end