To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 3c / 3cc2762940ee93762d4d782147803b7d0198ed51.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (200 Bytes)

1
ActionController::Routing::Routes.draw do |map|
2
  map.connect 'routes/:action', :controller => "test_routing"
3
  map.plugin_route 'somespace/routes/:action', :controller => "namespace/test_routing"
4
end