Sha256: f0712493adaa570e24d940b06d762b09e46d91fcd82cf14d7c7f3c80808f5887
Contents?: true
Size: 626 Bytes
Versions: 6
Compression:
Stored size: 626 Bytes
Contents
Dummy::Application.routes.draw do resources :twilio do get "test_start", :on => :collection post "test_start", :on => :collection post "test_action", :on => :collection post "test_gather_finish_on_asterisk", :on => :collection post "test_hangup", :on => :collection post "test_dial_with_no_action", :on => :collection post "test_dial_with_action", :on => :collection post "test_dial_with_sip", :on => :collection post "test_redirect", :on => :collection post "test_say", :on => :collection post "test_play", :on => :collection post "test_record", :on => :collection end end
Version data entries
6 entries across 6 versions & 2 rubygems