Sha256: c6357ca91572939f99f161532e70ae5a31058b5460ff2e7a4fc04e31a1e624de

Contents?: true

Size: 674 Bytes

Versions: 2

Compression:

Stored size: 674 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
    post "test_call_status", :on => :collection
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twilio-test-toolkit-alt-3.4.2 spec/dummy/config/routes.rb
twilio-test-toolkit-alt-3.4.1 spec/dummy/config/routes.rb