Sha256: e278dc5cd2ae7724279ef3482f3b8b6ff9888d94848d92ca9e312c1606e7e006

Contents?: true

Size: 474 Bytes

Versions: 1

Compression:

Stored size: 474 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", :on => :collection
    post "test_redirect", :on => :collection
    post "test_say", :on => :collection
    post "test_play", :on => :collection
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twilio-test-toolkit-3.1.0 spec/dummy/config/routes.rb