Sha256: a8197ee9e5d33075c5a51b0327adc0a8d5a76ce8860639e6d7f09215ae4ae3f7

Contents?: true

Size: 312 Bytes

Versions: 11

Compression:

Stored size: 312 Bytes

Contents

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

  namespace :cuca do
    resources :cars
  end

  namespace :admin do
    resources :users
  end

  root :to => "users#index"
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
very_best_in_place-2.0.3 test_app/config/routes.rb
crest_in_place-2.2.0 test_app/config/routes.rb
best_in_place-2.1.0 test_app/config/routes.rb
best_in_place-2.0.3 test_app/config/routes.rb
best_in_place-2.0.2 test_app/config/routes.rb
best_in_place-2.0.1 test_app/config/routes.rb
best_in_place-2.0.0 test_app/config/routes.rb
best_in_place-1.1.3 test_app/config/routes.rb
best_in_place-1.1.2 test_app/config/routes.rb
best_in_place-1.1.1 test_app/config/routes.rb
best_in_place-1.1.0 test_app/config/routes.rb