public
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
Modified routes for refactoring

git-svn-id: https://svn.roundhaus.com/planetargon/rubyurl_2-0/trunk@28 
f0bc2f90-cf15-dc11-b192-0016e6374d05
robbyrussell (author)
Mon Jul 16 18:28:45 -0700 2007
commit  d118b6830d73972cbd655ba277e3f98bb30be4bb
tree    1ee20da2365c645d253a4229136358fae5121682
parent  7577a8b2e74a8c06c22ade1ba1325a31530b38b3
...
23
24
25
26
 
27
28
...
23
24
25
 
26
27
28
0
@@ -23,6 +23,6 @@ ActionController::Routing::Routes.draw do |map|
0
   map.connect ':controller/:action/:id.:format'
0
   map.connect ':controller/:action/:id'
0
   
0
- map.connect ':token', :controller => 'redirect', :action => 'index'
0
+ map.connect ':token', :controller => 'links', :action => 'redirect'
0
   
0
 end

Comments

    No one has commented yet.