[38299] branches/gsoc08-mpwa/config/routes.rb

digx at macports.org digx at macports.org
Mon Jul 14 21:47:12 PDT 2008


Revision: 38299
          http://trac.macosforge.org/projects/macports/changeset/38299
Author:   digx at macports.org
Date:     2008-07-14 21:47:12 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
Route updates

Modified Paths:
--------------
    branches/gsoc08-mpwa/config/routes.rb

Modified: branches/gsoc08-mpwa/config/routes.rb
===================================================================
--- branches/gsoc08-mpwa/config/routes.rb	2008-07-15 04:46:44 UTC (rev 38298)
+++ branches/gsoc08-mpwa/config/routes.rb	2008-07-15 04:47:12 UTC (rev 38299)
@@ -1,6 +1,6 @@
 ActionController::Routing::Routes.draw do |map|
 
-  map.resources :ports, :collection => { :random => :get } do |port|
+  map.resources :ports, :collection => { :random => :get }, :member => { :tag => :get, :untag => :get, :download => :get, :download_path => :get } do |port|
     port.resources :packages
   end
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080714/6de5ad53/attachment.html 


More information about the macports-changes mailing list