Sha256: b48fa308a241975e91e759c4fff4aa48292db229d737d4fa4ed4e77e30c64395

Contents?: true

Size: 170 Bytes

Versions: 11

Compression:

Stored size: 170 Bytes

Contents

BipApp::Application.routes.draw do
  resources :users do
    member do
      put :test_respond_with
      get :double_init
    end
  end

  root :to => "users#index"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
best_in_place-0.2.3 test_app/config/routes.rb
best_in_place-1.0.6 test_app/config/routes.rb
best_in_place-1.0.5 test_app/config/routes.rb
best_in_place-1.0.4 test_app/config/routes.rb
best_in_place-1.0.3 test_app/config/routes.rb
best_in_place-0.2.2 test_app/config/routes.rb
best_in_place-1.0.2 test_app/config/routes.rb
best_in_place-0.2.1 test_app/config/routes.rb
best_in_place-1.0.1 test_app/config/routes.rb
best_in_place-0.2.0 test_app/config/routes.rb
best_in_place-1.0.0 test_app/config/routes.rb