--- branches/gsoc10-mpwa/config/routes.rb 2010-06-24 22:44:24 UTC (rev 69139)
+++ branches/gsoc10-mpwa/config/routes.rb 2010-06-24 23:46:40 UTC (rev 69140)
@@ -1,5 +1,5 @@
ActionController::Routing::Routes.draw do |map|
- map.resources :ports do |port|
+ map.resources :ports, :except => [:edit, :update] do |port|
port.resources :comments, :except => [:index, :show, :new]
end