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

Version Path
twilio-test-toolkit2-3.7.1 spec/dummy/config/routes.rb
twilio-test-toolkit2-3.7.0 spec/dummy/config/routes.rb
twilio-test-toolkit2-3.6.0 spec/dummy/config/routes.rb
twilio-test-toolkit2-3.5.0 spec/dummy/config/routes.rb
twilio-test-toolkit2-3.4.0 spec/dummy/config/routes.rb
twilio-test-toolkit-3.4.0 spec/dummy/config/routes.rb