map.connect '', :controller => "posts", :action => "index" map.connect 'tags/*tags', :controller => 'tag', :action => 'show' map.connect 'user/:user', :controller => 'user', :action => 'show' map.connect 'user/:user/tags/*tags', :controller => 'tag', :action => 'show'
You need to create an account or log in to post comments to this site.