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.2.30 spec/dummy/config/routes.rb
switchman-1.2.29 spec/dummy/config/routes.rb
switchman-1.2.28 spec/dummy/config/routes.rb
switchman-1.2.27 spec/dummy/config/routes.rb
switchman-1.2.26 spec/dummy/config/routes.rb
switchman-1.2.25 spec/dummy/config/routes.rb
switchman-1.2.24 spec/dummy/config/routes.rb
switchman-1.2.23 spec/dummy/config/routes.rb
switchman-1.2.22 spec/dummy/config/routes.rb
switchman-1.2.21 spec/dummy/config/routes.rb
switchman-1.2.20 spec/dummy/config/routes.rb
switchman-1.2.19 spec/dummy/config/routes.rb
switchman-1.2.18 spec/dummy/config/routes.rb
switchman-1.2.17 spec/dummy/config/routes.rb
switchman-1.2.16 spec/dummy/config/routes.rb
switchman-1.2.15 spec/dummy/config/routes.rb
switchman-1.2.14 spec/dummy/config/routes.rb
switchman-1.2.13 spec/dummy/config/routes.rb
switchman-1.2.12 spec/dummy/config/routes.rb
switchman-1.2.11 spec/dummy/config/routes.rb