Sha256: 5b51b5eb62876fbbdc655a71e0264daa631ed05e681eaf6734de94107f455b1b

Contents?: true

Size: 213 Bytes

Versions: 70

Compression:

Stored size: 213 Bytes

Contents

Dummy::Application.routes.draw do
  resources :users do
    resources :appendages
  end

  get 'users/:id' => 'users#test1', :as => :user_test1
  get 'users/:user_id/test2' => 'users#test2', :as => :user_test2
end

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
switchman-1.5.2 spec/dummy/config/routes.rb
switchman-1.5.1 spec/dummy/config/routes.rb
switchman-1.5.0 spec/dummy/config/routes.rb
switchman-1.4.4 spec/dummy/config/routes.rb
switchman-1.4.3 spec/dummy/config/routes.rb
switchman-1.4.2 spec/dummy/config/routes.rb
switchman-1.4.1 spec/dummy/config/routes.rb
switchman-1.4.0 spec/dummy/config/routes.rb
switchman-1.3.18 spec/dummy/config/routes.rb
switchman-1.3.17 spec/dummy/config/routes.rb
switchman-1.3.14.pre.1 spec/dummy/config/routes.rb
switchman-1.3.13.pre.1 spec/dummy/config/routes.rb
switchman-1.3.16 spec/dummy/config/routes.rb
switchman-1.3.15 spec/dummy/config/routes.rb
switchman-1.3.14 spec/dummy/config/routes.rb
switchman-1.3.13 spec/dummy/config/routes.rb
switchman-1.3.12 spec/dummy/config/routes.rb
switchman-1.3.11 spec/dummy/config/routes.rb
switchman-1.3.10 spec/dummy/config/routes.rb
switchman-1.3.9 spec/dummy/config/routes.rb