Sha256: 652c5cdb48a3f7a939471c23f0f31ff88d6039b78ea9d977a20e19e162aef298

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

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

Version data entries

1 entries across 1 versions & 1 rubygems

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