Sha256: 147ae55457039fa83d06845427c63fe926515f69f4ce9ac1957ad402df705b7b

Contents?: true

Size: 158 Bytes

Versions: 50

Compression:

Stored size: 158 Bytes

Contents

RailsRoot::Application.routes.draw do
  resources :users
  namespace :admin do
    resources :users
  end
  match ':controller(/:action(/:id(.:format)))'
end

Version data entries

50 entries across 42 versions & 1 rubygems

Version Path
jpmobile-2.0.11 test/rails/overrides/config/routes.rb
jpmobile-1.0.12 test/rails/overrides/config/routes.rb
jpmobile-1.0.11 test/rails/overrides/config/routes.rb
jpmobile-2.0.10 test/rails/overrides/config/routes.rb
jpmobile-1.0.10 test/rails/overrides/config/routes.rb
jpmobile-2.0.9 test/rails/overrides/config/routes.rb
jpmobile-1.0.9 test/rails/overrides/config/routes.rb
jpmobile-2.0.8 test/rails/overrides/config/routes.rb
jpmobile-3.0.2 test/rails/overrides/config/routes.rb
jpmobile-3.0.1 test/rails/overrides/config/routes.rb
jpmobile-2.0.7 test/rails/overrides/config/routes.rb
jpmobile-2.0.6 test/rails/overrides/config/routes.rb
jpmobile-3.0.0 test/rails/overrides/config/routes.rb
jpmobile-2.0.5 test/rails/overrides/config/routes.rb
jpmobile-1.0.8 test/rails/overrides/config/routes.rb
jpmobile-2.0.4 test/rails/overrides/config/routes.rb
jpmobile-2.0.3 test/rails/overrides/config/routes.rb
jpmobile-1.0.7 test/rails/overrides/config/routes.rb
jpmobile-1.0.6 test/rails/overrides/config/routes.rb
jpmobile-2.0.2 test/rails/overrides/config/routes.rb