class Playbook::PbTextInput::TextInput

def sanitized_id

def sanitized_id
  "#{object.id}-sanitized" if id.present?
end