Sha256: 5fbaf75d9ce7a3f7c7e416d229c36bf8022a8746da97b2254821c668c111fecd
Contents?: true
Size: 350 Bytes
Versions: 20
Compression:
Stored size: 350 Bytes
Contents
AdminDataDemo::Application.routes.draw do #root :to => "/admin_data" match "/" => redirect("/admin_data") # This is a legacy wild controller route that's not recommended for RESTful applications. # Note: This route will make all actions in every controller accessible via GET requests. # match ':controller(/:action(/:id(.:format)))' end
Version data entries
20 entries across 20 versions & 2 rubygems