Sha256: b4a309d464b5533f0a38e14d82645e9241475687abd84e6a3b3e9acb8ff18553

Contents?: true

Size: 533 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twilio-test-toolkit-3.3.0 spec/dummy/config/routes.rb
twilio-test-toolkit-3.2.1 spec/dummy/config/routes.rb
twilio-test-toolkit-3.2.0 spec/dummy/config/routes.rb