Sha256: 972860dcf95a20b0852a0f690da47cef390a914ff2b70cf7f56ca67abfbd67ce
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 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" match "users/renderer" => "users#renderer", :as => "renderer" resources :users root :to => "users#index" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gmaps4rails-0.11.1 | test/dummy/config/routes.rb |