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