Sha256: 8b1adb6119355dd6823f1b85ab63fa72417deed246bda67b74e9070ef2c7f3d6

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

Dummy::Application.routes.draw do
  match "users/test_list" => "users#test_list", :as => "test_list"
  match "users/ajax_map" => "users#ajax_map", :as => "ajax_map"
  
  resources :users
  root :to => "users#index"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gmaps4rails-0.11.0 test/dummy/config/routes.rb
gmaps4rails-0.10.2 test/dummy/config/routes.rb
gmaps4rails-0.10.1 test/dummy/config/routes.rb
gmaps4rails-0.10.0 test/dummy/config/routes.rb
gmaps4rails-0.10.0.pre1 test/dummy/config/routes.rb
gmaps4rails-0.9.1 test/dummy/config/routes.rb
gmaps4rails-0.9.0 test/dummy/config/routes.rb