Skip to content

Instantly share code, notes, and snippets.

@gertig
Created November 8, 2010 14:46
Show Gist options
  • Save gertig/667765 to your computer and use it in GitHub Desktop.
Save gertig/667765 to your computer and use it in GitHub Desktop.
views/callme/hellomoto.xml.builder
xml.instruct!
xml.Response do
xml.Gather(:action => @postto, :numDigits => 1) do
xml.Say "Hello. The Twilio API is pretty awesome."
xml.Say "Please press 1 to repeat this menu. Press 2 for directions. Or press 3 if you are done."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment