lib/controller.rb in twilio_contactable-0.7.3 vs lib/controller.rb in twilio_contactable-0.7.4

- old
+ new

@@ -48,9 +48,11 @@ :contactable_id => params[:contactable_id] ) ).tap do |gather| gather.addSay "Please type the numbers that appear on your screen, followed by the pound sign" end + response.addSay "Thank you, please return to the website and continue" + response.addPause end.respond) end def receive_voice_confirmation @contactable = params[:contactable_type].constantize.find(params[:contactable_id]) \ No newline at end of file